Html Css Color HEX #6085CE Havelock Blue

📋 copy color: '#6085CE'

red 96 ◦ green 133 ◦ blue 206

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

Shades of Havelock Blue #6085CE

Tints of Havelock Blue #6085CE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.57%

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

R = 22.07%
G = 30.57%
B = 47.36%

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

#6085CE (or 0x6085CE) is known color: Havelock Blue. HEX triplet: 60, 85 and CE. RGB value is (96,133,206). Sum of RGB (Red+Green+Blue) = 96+133+206=435 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.07% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #6085CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6085CE is #9F7A31. Grayscale: #818181. Windows color (decimal): -10451506 or 13534560. OLE color: 13534560.

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

Color convert

RGB 96 133 206 -
CMYK 0.53 0.35 0 0.19
HSL 219.82º 0.53% 0.59% -
HSV(B) 219.82º 0.53% 0.81% -
XYZ 24.35 23.72 61.69 -
YUV 130.26 170.74 103.56 -
System Red Green Blue C M Y K H S L
Decimal 96 133 206 0.53 0.35 0 0.19 219.82 0.53 0.59
Hex 60 85 CE 35 23 0 13 DC 35 3B
Octal 140 205 316 65 43 0 23 334 65 73
Binary 1100000 10000101 11001110 110101 100011 0 10011 11011100 110101 111011

Color Harmonies of #6085CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6085CE

Black with #6085CE

Text Example


Text Example

White with #6085CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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