Color Hex Logo

#609cdf Color Hex

#609CDF
(96,156,223)
0 Favorites   0 Comments

Color spaces of #609cdf

RGB 96156223
HSL0.590.660.63
HSV212°57°87°
CMYK 0.570.300.00   0.13
XYZ30.031631.591474.3270
Yxy31.59140.22090.2324
Hunter Lab56.2062-2.9864-39.0606
CIE-Lab63.00370.0186-39.8865

#609cdf color RGB value is (96,156,223).

#609cdf hex color red value is 96, green value is 156 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #609cdf hue: 0.59 , saturation: 0.66 and the lightness value of 609cdf is 0.63.

The process color (four color CMYK) of #609cdf color hex is 0.57, 0.30, 0.00, 0.13. Web safe color of #609cdf is #6699cc. Color #609cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011100 11011111
Octal 140 234 337
Decimal 96 156 223
Hex 60 9C DF

RGB Percentages of Color #609cdf

%20.21
%32.84
%46.95

CMYK Percentages of Color #609cdf

%57
%30
%0
%13

Triadic Colors of #609cdf

#609cdf #df609c #9cdf60

Analogous Colors of #609cdf

#609cdf #6360df #60dcdf

Monochromatic Colors of #609cdf

#609cdf

Complementary Color

#609cdf #dfa360

#609cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#609cdf Color CSS Codes

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

#609cdf Text Font Color

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

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


#609cdf Background Color

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

This div background color is #609cdf


#609cdf Border Color

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

This div border color is #609cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609cdf


Comments

No comments written yet.

Please login to write comment.