Color Hex Logo

#609beb Color Hex

#609BEB
(96,155,235)
0 Favorites   0 Comments

Color spaces of #609beb

RGB 96155235
HSL0.600.780.65
HSV215°59°92°
CMYK 0.590.340.00   0.08
XYZ31.540631.927683.0975
Yxy31.92760.21520.2178
Hunter Lab56.50450.7551-47.6408
CIE-Lab63.28304.4258-46.0756

#609beb color RGB value is (96,155,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011011 11101011
Octal 140 233 353
Decimal 96 155 235
Hex 60 9B EB

RGB Percentages of Color #609beb

%19.75
%31.89
%48.35

CMYK Percentages of Color #609beb

%59
%34
%0
%8

Triadic Colors of #609beb

#609beb #eb609b #9beb60

Analogous Colors of #609beb

#609beb #6b60eb #60e1eb

Monochromatic Colors of #609beb

#609beb

Complementary Color

#609beb #ebb060

#609beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#609beb Color CSS Codes

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

#609beb Text Font Color

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

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


#609beb Background Color

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

This div background color is #609beb


#609beb Border Color

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

This div border color is #609beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609beb


Comments

No comments written yet.

Please login to write comment.