Color Hex Logo

#609be9 Color Hex

#609BE9
(96,155,233)
0 Favorites   0 Comments

Color spaces of #609be9

RGB 96155233
HSL0.590.760.65
HSV214°59°91°
CMYK 0.590.330.00   0.09
XYZ31.253231.812781.5840
Yxy31.81270.21610.2199
Hunter Lab56.40270.2034-46.2784
CIE-Lab63.18783.7816-45.1233

#609be9 color RGB value is (96,155,233).

#609be9 hex color red value is 96, green value is 155 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #609be9 hue: 0.59 , saturation: 0.76 and the lightness value of 609be9 is 0.65.

The process color (four color CMYK) of #609be9 color hex is 0.59, 0.33, 0.00, 0.09. Web safe color of #609be9 is #6699ff. Color #609be9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011011 11101001
Octal 140 233 351
Decimal 96 155 233
Hex 60 9B E9

RGB Percentages of Color #609be9

%19.83
%32.02
%48.14

CMYK Percentages of Color #609be9

%59
%33
%0
%9

Triadic Colors of #609be9

#609be9 #e9609b #9be960

Analogous Colors of #609be9

#609be9 #6a60e9 #60e0e9

Monochromatic Colors of #609be9

#609be9

Complementary Color

#609be9 #e9ae60

#609be9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609be9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#609be9 Color CSS Codes

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

#609be9 Text Font Color

<p style="color:#609be9">Text here</p>

This sample text font color is #609be9
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.


#609be9 Background Color

<div style="background-color:#609be9">
Div content here</div>

This div background color is #609be9


#609be9 Border Color

<div style="border:3px solid #609be9">
Div here</div>

This div border color is #609be9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,155,233, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #609be9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #609be9;
  -webkit-box-shadow: 1px 1px 3px 2px #609be9;
  box-shadow:         1px 1px 3px 2px #609be9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,155,233, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609be9


Comments

No comments written yet.

Please login to write comment.