Color Hex Logo

#608ccc Color Hex

#608CCC
(96,140,204)
0 Favorites   0 Comments

Color spaces of #608ccc

RGB 96140204
HSL0.600.510.59
HSV216°53°80°
CMYK 0.530.310.00   0.20
XYZ25.101025.602660.7456
Yxy25.60260.22520.2297
Hunter Lab50.59900.0015-35.7601
CIE-Lab57.65793.2991-37.6485

#608ccc color RGB value is (96,140,204).

#608ccc hex color red value is 96, green value is 140 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #608ccc hue: 0.60 , saturation: 0.51 and the lightness value of 608ccc is 0.59.

The process color (four color CMYK) of #608ccc color hex is 0.53, 0.31, 0.00, 0.20. Web safe color of #608ccc is #6699cc. Color #608ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001100 11001100
Octal 140 214 314
Decimal 96 140 204
Hex 60 8C CC

RGB Percentages of Color #608ccc

%21.82
%31.82
%46.36

CMYK Percentages of Color #608ccc

%53
%31
%0
%20

Triadic Colors of #608ccc

#608ccc #cc608c #8ccc60

Analogous Colors of #608ccc

#608ccc #6a60cc #60c2cc

Monochromatic Colors of #608ccc

#608ccc

Complementary Color

#608ccc #cca060

#608ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#608ccc Color CSS Codes

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

#608ccc Text Font Color

<p style="color:#608ccc">Text here</p>

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


#608ccc Background Color

<div style="background-color:#608ccc">
Div content here</div>

This div background color is #608ccc


#608ccc Border Color

<div style="border:3px solid #608ccc">
Div here</div>

This div border color is #608ccc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,140,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #608ccc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #608ccc;
  -webkit-box-shadow: 1px 1px 3px 2px #608ccc;
  box-shadow:         1px 1px 3px 2px #608ccc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608ccc


Comments

No comments written yet.

Please login to write comment.