#6087CE

Color #6087CE Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #6087CE

Tints of Havelock Blue #6087CE

Color information

#6087CE (or 0x6087CE) is unknown color: approx Havelock Blue. HEX triplet: 60, 87 and CE. RGB value is (96,135,206). Sum of RGB (Red+Green+Blue) = 96+135+206=437 (57% of max value = 765). Red value is 96 (37.89% from 255 or 21.97% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #6087CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6087CE is #9F7831. Grayscale: #838383. Windows color (decimal): -10450994 or 13535072. OLE color: 13535072.

HSL color Cylindrical-coordinate representation of color #6087CE: hue angle of 218.73º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6087CE is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB96135206-
CMYK0.530.3400.19
HSL218.73º52.88%59.22%-
HSV(B)218.73º53.4%80.78%-
XYZ24.6324.2761.78-
YUV131.43170.08102.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 21.97%
GREEN value IS 135 (53.12% from 255) = 30.89%
BLUE value IS 206 (80.86% from 255) = 47.14%
R=21.97%
G=30.89%
B=47.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal961352060.530.3400.19218.7352.8859.22
Hex6087CE3522013db353b
Octal14020731665420233336573
Binary1100000100001111100111011010110001001001111011011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6087CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6087CE; }

 p { color: rgb(96,135,206); }

 H1.HeaderClassName
 {
   color: #6087CE;
 }
 .AnyTagClassName
 {
   color: #6087CE;
 }
</style>
background-color css

<style>
 a { background-color: #6087CE; }

 a { background-color: rgb(96,135,206); }

 div.DivClassName
 {
   background-color: #6087CE;
 }
 .BgClassName
 {
   background-color: #6087CE;
 }
</style>
border-color css

<style>
 span { border-color: #6087CE; }

 span { border-color: rgb(96,135,206); }

 td.TdClassName
 {
   border-color: #6087CE;
 }
 .TagClassName
 {
   border-color: #6087CE;
 }
</style>