#6481CA

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

Shades of Havelock Blue #6481CA

Tints of Havelock Blue #6481CA

Color information

#6481CA (or 0x6481CA) is unknown color: approx Havelock Blue. HEX triplet: 64, 81 and CA. RGB value is (100,129,202). Sum of RGB (Red+Green+Blue) = 100+129+202=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #6481CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6481CA is #9B7E35. Grayscale: #808080. Windows color (decimal): -10190390 or 13271396. OLE color: 13271396.

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

Color convert

RGB100129202-
CMYK0.500.3600.21
HSL222.94º49.04%59.22%-
HSV(B)222.94º50.5%79.22%-
XYZ23.7722.6759-
YUV128.65169.39107.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.20%
GREEN value IS 129 (50.78% from 255) = 29.93%
BLUE value IS 202 (79.30% from 255) = 46.87%
R=23.20%
G=29.93%
B=46.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1001292020.500.3600.21222.9449.0459.22
Hex6481CA3224015df313b
Octal14420131262440253376173
Binary1100100100000011100101011001010010001010111011111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6481CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,129,202); }

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

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

 a { background-color: rgb(100,129,202); }

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

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

 span { border-color: rgb(100,129,202); }

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