Html Css Color HEX #6086CB Havelock Blue

📋 copy color: '#6086CB'

red 96 ◦ green 134 ◦ blue 203

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

Shades of Havelock Blue #6086CB

Tints of Havelock Blue #6086CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.88%

R = 22.17%
G = 30.95%
B = 46.88%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6086CB (or 0x6086CB) is known color: Havelock Blue. HEX triplet: 60, 86 and CB. RGB value is (96,134,203). Sum of RGB (Red+Green+Blue) = 96+134+203=433 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.17% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #6086CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6086CB is #9F7934. Grayscale: #828282. Windows color (decimal): -10451253 or 13338208. OLE color: 13338208.

HSL color Cylindrical-coordinate representation of color #6086CB: hue angle of 218.69º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6086CB is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 134 203 -
CMYK 0.53 0.34 0 0.20
HSL 218.69º 0.51% 0.59% -
HSV(B) 218.69º 0.53% 0.8% -
XYZ 24.13 23.85 59.83 -
YUV 130.5 168.91 103.39 -
System Red Green Blue C M Y K H S L
Decimal 96 134 203 0.53 0.34 0 0.20 218.69 0.51 0.59
Hex 60 86 CB 35 22 0 14 DB 33 3B
Octal 140 206 313 65 42 0 24 333 63 73
Binary 1100000 10000110 11001011 110101 100010 0 10100 11011011 110011 111011

Color Harmonies of #6086CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6086CB

Black with #6086CB

Text Example


Text Example

White with #6086CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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