Color Hex Logo

#659aff Color Hex

#659AFF
(101,154,255)
0 Favorites   0 Comments

Color spaces of #659aff

RGB 101154255
HSL0.611.000.70
HSV219°60°100°
CMYK 0.600.400.00   0.00
XYZ34.972433.097999.1530
Yxy33.09790.20910.1979
Hunter Lab57.53087.8296-61.9134
CIE-Lab64.240112.4256-55.5107

#659aff color RGB value is (101,154,255).

#659aff hex color red value is 101, green value is 154 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #659aff hue: 0.61 , saturation: 1.00 and the lightness value of 659aff is 0.70.

The process color (four color CMYK) of #659aff color hex is 0.60, 0.40, 0.00, 0.00. Web safe color of #659aff is #6699ff. Color #659aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10011010 11111111
Octal 145 232 377
Decimal 101 154 255
Hex 65 9A FF

RGB Percentages of Color #659aff

%19.80
%30.20
%50.00

CMYK Percentages of Color #659aff

%60
%40
%0
%0

Triadic Colors of #659aff

#659aff #ff659a #9aff65

Analogous Colors of #659aff

#659aff #7d65ff #65e7ff

Monochromatic Colors of #659aff

#659aff

Complementary Color

#659aff #ffca65

#659aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#659aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#659aff Color CSS Codes

.mybgcolor {background-color:#659aff; } 
.myforecolor {color:#659aff; }
.mybordercolor {border:3px solid #659aff; }

#659aff Text Font Color

<p style="color:#659aff">Text here</p>

This sample text font color is #659aff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#659aff Background Color

<div style="background-color:#659aff">
Div content here</div>

This div background color is #659aff


#659aff Border Color

<div style="border:3px solid #659aff">
Div here</div>

This div border color is #659aff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,154,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #659aff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #659aff;
  -webkit-box-shadow: 1px 1px 3px 2px #659aff;
  box-shadow:         1px 1px 3px 2px #659aff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,154,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #659aff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #659aff;
  -webkit-box-shadow: 1px 1px 3px 2px #659aff;
  box-shadow:         1px 1px 3px 2px #659aff;">
Div content here</div>

This div box has shadow with color #659aff


Comments

No comments written yet.

Please login to write comment.