#6481CC

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

Shades of Havelock Blue #6481CC

Tints of Havelock Blue #6481CC

Color information

#6481CC (or 0x6481CC) is unknown color: approx Havelock Blue. HEX triplet: 64, 81 and CC. RGB value is (100,129,204). Sum of RGB (Red+Green+Blue) = 100+129+204=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 129 (50.78% from 255 or 29.79% 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 #6481CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6481CC is #9B7E33. Grayscale: #808080. Windows color (decimal): -10190388 or 13402468. OLE color: 13402468.

HSL color Cylindrical-coordinate representation of color #6481CC: hue angle of 223.27º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6481CC is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB100129204-
CMYK0.510.3700.2
HSL223.27º50.49%59.61%-
HSV(B)223.27º50.98%80%-
XYZ2422.7760.26-
YUV128.88170.39107.4-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.09%
GREEN value IS 129 (50.78% from 255) = 29.79%
BLUE value IS 204 (80.08% from 255) = 47.11%
R=23.09%
G=29.79%
B=47.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1001292040.510.3700.2223.2750.4959.61
Hex6481CC3325014df323c
Octal14420131463450243376274
Binary1100100100000011100110011001110010101010011011111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6481CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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