Html Css Color HEX #6086CE Havelock Blue

📋 copy color: '#6086CE'

red 96 ◦ green 134 ◦ blue 206

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

Shades of Havelock Blue #6086CE

Tints of Havelock Blue #6086CE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.73%

 BLUE value IS 206 (80.86% from 255) = 47.25%

R = 22.02%
G = 30.73%
B = 47.25%

CMYK

 C value IS 0.53

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6086CE (or 0x6086CE) is known color: Havelock Blue. HEX triplet: 60, 86 and CE. RGB value is (96,134,206). Sum of RGB (Red+Green+Blue) = 96+134+206=436 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.02% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #6086CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6086CE is #9F7931. Grayscale: #828282. Windows color (decimal): -10451250 or 13534816. OLE color: 13534816.

HSL color Cylindrical-coordinate representation of color #6086CE: hue angle of 219.27º 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 #6086CE is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 134 206 -
CMYK 0.53 0.35 0 0.19
HSL 219.27º 0.53% 0.59% -
HSV(B) 219.27º 0.53% 0.81% -
XYZ 24.49 23.99 61.73 -
YUV 130.85 170.41 103.15 -
System Red Green Blue C M Y K H S L
Decimal 96 134 206 0.53 0.35 0 0.19 219.27 0.53 0.59
Hex 60 86 CE 35 23 0 13 DB 35 3B
Octal 140 206 316 65 43 0 23 333 65 73
Binary 1100000 10000110 11001110 110101 100011 0 10011 11011011 110101 111011

Color Harmonies of #6086CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6086CE

Black with #6086CE

Text Example


Text Example

White with #6086CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6086CE;
 }
 .AnyTagClassName
 {
   color: #6086CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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