Color Hex Logo

#609bea Color Hex

#609BEA
(96,155,234)
0 Favorites   0 Comments

Color spaces of #609bea

RGB 96155234
HSL0.600.770.65
HSV214°59°92°
CMYK 0.590.340.00   0.08
XYZ31.396531.870082.3387
Yxy31.87000.21560.2189
Hunter Lab56.45350.4787-46.9583
CIE-Lab63.23534.1035-45.5998

#609bea color RGB value is (96,155,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011011 11101010
Octal 140 233 352
Decimal 96 155 234
Hex 60 9B EA

RGB Percentages of Color #609bea

%19.79
%31.96
%48.25

CMYK Percentages of Color #609bea

%59
%34
%0
%8

Triadic Colors of #609bea

#609bea #ea609b #9bea60

Analogous Colors of #609bea

#609bea #6a60ea #60e0ea

Monochromatic Colors of #609bea

#609bea

Complementary Color

#609bea #eaaf60

#609bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#609bea Color CSS Codes

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

#609bea Text Font Color

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

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


#609bea Background Color

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

This div background color is #609bea


#609bea Border Color

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

This div border color is #609bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609bea


Comments

No comments written yet.

Please login to write comment.