Html Css Color HEX #6087CE Havelock Blue

📋 copy color: '#6087CE'

red 96 ◦ green 135 ◦ blue 206

#6087CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #6087CE

Tints of Havelock Blue #6087CE

RGB

 RED value IS 96 (37.89% from 255) = 21.97%

 GREEN value IS 135 (53.13% 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 value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6087CE (or 0x6087CE) is known color: 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

RGB 96 135 206 -
CMYK 0.53 0.34 0 0.19
HSL 218.73º 0.53% 0.59% -
HSV(B) 218.73º 0.53% 0.81% -
XYZ 24.63 24.27 61.78 -
YUV 131.43 170.08 102.73 -
System Red Green Blue C M Y K H S L
Decimal 96 135 206 0.53 0.34 0 0.19 218.73 0.53 0.59
Hex 60 87 CE 35 22 0 13 DB 35 3B
Octal 140 207 316 65 42 0 23 333 65 73
Binary 1100000 10000111 11001110 110101 100010 0 10011 11011011 110101 111011

Color Harmonies of #6087CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6087CE

Black with #6087CE

Text Example


Text Example

White with #6087CE

Text Example


Text Example

HTML Codes & Css Web 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>