#6081CC

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

Shades of Havelock Blue #6081CC

Tints of Havelock Blue #6081CC

Color information

#6081CC (or 0x6081CC) is unknown color: approx Havelock Blue. HEX triplet: 60, 81 and CC. RGB value is (96,129,204). Sum of RGB (Red+Green+Blue) = 96+129+204=429 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.38% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #6081CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6081CC is #9F7E33. Grayscale: #7F7F7F. Windows color (decimal): -10452532 or 13402464. OLE color: 13402464.

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

Color convert

RGB96129204-
CMYK0.530.3700.2
HSL221.67º51.43%58.82%-
HSV(B)221.67º52.94%80%-
XYZ23.5722.5560.24-
YUV127.68171.07105.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.38%
GREEN value IS 129 (50.78% from 255) = 30.07%
BLUE value IS 204 (80.08% from 255) = 47.55%
R=22.38%
G=30.07%
B=47.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal961292040.530.3700.2221.6751.4358.82
Hex6081CC3525014de333b
Octal14020131465450243366373
Binary1100000100000011100110011010110010101010011011110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6081CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6081CC;
 }
 .AnyTagClassName
 {
   color: #6081CC;
 }
</style>
background-color css

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

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

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

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

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

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