#6180CA

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

Shades of Havelock Blue #6180CA

Tints of Havelock Blue #6180CA

Color information

#6180CA (or 0x6180CA) is unknown color: approx Havelock Blue. HEX triplet: 61, 80 and CA. RGB value is (97,128,202). Sum of RGB (Red+Green+Blue) = 97+128+202=427 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.72% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #6180CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6180CA is #9E7F35. Grayscale: #7E7E7E. Windows color (decimal): -10387254 or 13271137. OLE color: 13271137.

HSL color Cylindrical-coordinate representation of color #6180CA: hue angle of 222.29º 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 #6180CA is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB97128202-
CMYK0.520.3700.21
HSL222.29º49.76%58.63%-
HSV(B)222.29º51.98%79.22%-
XYZ23.3122.2458.94-
YUV127.17170.23106.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.72%
GREEN value IS 128 (50.39% from 255) = 29.98%
BLUE value IS 202 (79.30% from 255) = 47.31%
R=22.72%
G=29.98%
B=47.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal971282020.520.3700.21222.2949.7658.63
Hex6180CA3425015de323b
Octal14120031264450253366273
Binary1100001100000001100101011010010010101010111011110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6180CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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