Color Hex Logo

#608fc6 Color Hex

#608FC6
(96,143,198)
0 Favorites   0 Comments

Color spaces of #608fc6

RGB 96143198
HSL0.590.470.58
HSV212°52°78°
CMYK 0.520.280.00   0.22
XYZ24.839426.208957.1757
Yxy26.20890.22950.2422
Hunter Lab51.1946-2.9832-30.3806
CIE-Lab58.2348-0.3059-33.3632

#608fc6 color RGB value is (96,143,198).

#608fc6 hex color red value is 96, green value is 143 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #608fc6 hue: 0.59 , saturation: 0.47 and the lightness value of 608fc6 is 0.58.

The process color (four color CMYK) of #608fc6 color hex is 0.52, 0.28, 0.00, 0.22. Web safe color of #608fc6 is #6699cc. Color #608fc6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001111 11000110
Octal 140 217 306
Decimal 96 143 198
Hex 60 8F C6

RGB Percentages of Color #608fc6

%21.97
%32.72
%45.31

CMYK Percentages of Color #608fc6

%52
%28
%0
%22

Triadic Colors of #608fc6

#608fc6 #c6608f #8fc660

Analogous Colors of #608fc6

#608fc6 #6460c6 #60c2c6

Monochromatic Colors of #608fc6

#608fc6

Complementary Color

#608fc6 #c69760

#608fc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608fc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#608fc6 Color CSS Codes

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

#608fc6 Text Font Color

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

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


#608fc6 Background Color

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

This div background color is #608fc6


#608fc6 Border Color

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

This div border color is #608fc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608fc6


Comments

No comments written yet.

Please login to write comment.