Html Css Color HEX #6085CC Havelock Blue

📋 copy color: '#6085CC'

red 96 ◦ green 133 ◦ blue 204

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

Shades of Havelock Blue #6085CC

Tints of Havelock Blue #6085CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.11%

R = 22.17%
G = 30.72%
B = 47.11%

CMYK

 C value IS 0.53

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6085CC (or 0x6085CC) is known color: Havelock Blue. HEX triplet: 60, 85 and CC. RGB value is (96,133,204). Sum of RGB (Red+Green+Blue) = 96+133+204=433 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.17% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #6085CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6085CC is #9F7A33. Grayscale: #818181. Windows color (decimal): -10451508 or 13403488. OLE color: 13403488.

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

Color convert

RGB 96 133 204 -
CMYK 0.53 0.35 0 0.2
HSL 219.44º 0.51% 0.59% -
HSV(B) 219.44º 0.53% 0.8% -
XYZ 24.11 23.62 60.42 -
YUV 130.03 169.74 103.73 -
System Red Green Blue C M Y K H S L
Decimal 96 133 204 0.53 0.35 0 0.2 219.44 0.51 0.59
Hex 60 85 CC 35 23 0 14 DB 33 3B
Octal 140 205 314 65 43 0 24 333 63 73
Binary 1100000 10000101 11001100 110101 100011 0 10100 11011011 110011 111011

Color Harmonies of #6085CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6085CC

Black with #6085CC

Text Example


Text Example

White with #6085CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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