#6182CA

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

Shades of Havelock Blue #6182CA

Tints of Havelock Blue #6182CA

Color information

#6182CA (or 0x6182CA) is unknown color: approx Havelock Blue. HEX triplet: 61, 82 and CA. RGB value is (97,130,202). Sum of RGB (Red+Green+Blue) = 97+130+202=429 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.61% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #6182CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6182CA is #9E7D35. Grayscale: #808080. Windows color (decimal): -10386742 or 13271649. OLE color: 13271649.

HSL color Cylindrical-coordinate representation of color #6182CA: hue angle of 221.14º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6182CA is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB97130202-
CMYK0.520.3600.21
HSL221.14º49.76%58.63%-
HSV(B)221.14º51.98%79.22%-
XYZ23.5722.7759.03-
YUV128.34169.57105.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.61%
GREEN value IS 130 (51.17% from 255) = 30.30%
BLUE value IS 202 (79.30% from 255) = 47.09%
R=22.61%
G=30.30%
B=47.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal971302020.520.3600.21221.1449.7658.63
Hex6182CA3424015dd323b
Octal14120231264440253356273
Binary1100001100000101100101011010010010001010111011101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6182CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6182CA; }

 p { color: rgb(97,130,202); }

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

<style>
 a { background-color: #6182CA; }

 a { background-color: rgb(97,130,202); }

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

<style>
 span { border-color: #6182CA; }

 span { border-color: rgb(97,130,202); }

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