#6481CD

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

Shades of Havelock Blue #6481CD

Tints of Havelock Blue #6481CD

Color information

#6481CD (or 0x6481CD) is unknown color: approx Havelock Blue. HEX triplet: 64, 81 and CD. RGB value is (100,129,205). Sum of RGB (Red+Green+Blue) = 100+129+205=434 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.04% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #6481CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6481CD is #9B7E32. Grayscale: #808080. Windows color (decimal): -10190387 or 13468004. OLE color: 13468004.

HSL color Cylindrical-coordinate representation of color #6481CD: hue angle of 223.43º degrees, saturation: 0.51, 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 #6481CD is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB100129205-
CMYK0.510.3700.20
HSL223.43º51.22%59.8%-
HSV(B)223.43º51.22%80.39%-
XYZ24.1322.8260.89-
YUV128.99170.89107.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.04%
GREEN value IS 129 (50.78% from 255) = 29.72%
BLUE value IS 205 (80.47% from 255) = 47.24%
R=23.04%
G=29.72%
B=47.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1001292050.510.3700.20223.4351.2259.8
Hex6481CD3325014df333c
Octal14420131563450243376374
Binary1100100100000011100110111001110010101010011011111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6481CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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