#6085CC

Color #6085CC Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #6085CC

Tints of Havelock Blue #6085CC

Color information

#6085CC (or 0x6085CC) is unknown color: approx 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

RGB96133204-
CMYK0.530.3500.2
HSL219.44º51.43%58.82%-
HSV(B)219.44º52.94%80%-
XYZ24.1123.6260.42-
YUV130.03169.74103.73-

RGB Variations

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

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 (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal961332040.530.3500.2219.4451.4358.82
Hex6085CC3523014db333b
Octal14020531465430243336373
Binary1100000100001011100110011010110001101010011011011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6085CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>