Color Hex Logo

#609bef Color Hex

#609BEF
(96,155,239)
0 Favorites   0 Comments

Color spaces of #609bef

RGB 96155239
HSL0.600.820.66
HSV215°60°94°
CMYK 0.600.350.00   0.06
XYZ32.125232.161586.1760
Yxy32.16150.21350.2138
Hunter Lab56.71111.8706-50.3970
CIE-Lab63.47615.7189-47.9723

#609bef color RGB value is (96,155,239).

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

The process color (four color CMYK) of #609bef color hex is 0.60, 0.35, 0.00, 0.06. Web safe color of #609bef is #6699ff. Color #609bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011011 11101111
Octal 140 233 357
Decimal 96 155 239
Hex 60 9B EF

RGB Percentages of Color #609bef

%19.59
%31.63
%48.78

CMYK Percentages of Color #609bef

%60
%35
%0
%6

Triadic Colors of #609bef

#609bef #ef609b #9bef60

Analogous Colors of #609bef

#609bef #6d60ef #60e3ef

Monochromatic Colors of #609bef

#609bef

Complementary Color

#609bef #efb460

#609bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#609bef Color CSS Codes

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

#609bef Text Font Color

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

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


#609bef Background Color

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

This div background color is #609bef


#609bef Border Color

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

This div border color is #609bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609bef


Comments

No comments written yet.

Please login to write comment.