Html Css Color HEX #6086CF Havelock Blue

📋 copy color: '#6086CF'

red 96 ◦ green 134 ◦ blue 207

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

Shades of Havelock Blue #6086CF

Tints of Havelock Blue #6086CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.37%

R = 21.97%
G = 30.66%
B = 47.37%

CMYK

 C value IS 0.54

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6086CF (or 0x6086CF) is known color: Havelock Blue. HEX triplet: 60, 86 and CF. RGB value is (96,134,207). Sum of RGB (Red+Green+Blue) = 96+134+207=437 (57% of max value = 765). Red value is 96 (37.89% from 255 or 21.97% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #6086CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6086CF is #9F7930. Grayscale: #828282. Windows color (decimal): -10451249 or 13600352. OLE color: 13600352.

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

Color convert

RGB 96 134 207 -
CMYK 0.54 0.35 0 0.19
HSL 219.46º 0.54% 0.59% -
HSV(B) 219.46º 0.54% 0.81% -
XYZ 24.61 24.04 62.37 -
YUV 130.96 170.91 103.06 -
System Red Green Blue C M Y K H S L
Decimal 96 134 207 0.54 0.35 0 0.19 219.46 0.54 0.59
Hex 60 86 CF 36 23 0 13 DB 36 3B
Octal 140 206 317 66 43 0 23 333 66 73
Binary 1100000 10000110 11001111 110110 100011 0 10011 11011011 110110 111011

Color Harmonies of #6086CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6086CF

Black with #6086CF

Text Example


Text Example

White with #6086CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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