#6480CC

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

Shades of Havelock Blue #6480CC

Tints of Havelock Blue #6480CC

Color information

#6480CC (or 0x6480CC) is unknown color: approx Havelock Blue. HEX triplet: 64, 80 and CC. RGB value is (100,128,204). Sum of RGB (Red+Green+Blue) = 100+128+204=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #6480CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6480CC is #9B7F33. Grayscale: #7F7F7F. Windows color (decimal): -10190644 or 13402212. OLE color: 13402212.

HSL color Cylindrical-coordinate representation of color #6480CC: hue angle of 223.85º 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 #6480CC is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB100128204-
CMYK0.510.3700.2
HSL223.85º50.49%59.61%-
HSV(B)223.85º50.98%80%-
XYZ23.8722.5160.21-
YUV128.29170.72107.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.15%
GREEN value IS 128 (50.39% from 255) = 29.63%
BLUE value IS 204 (80.08% from 255) = 47.22%
R=23.15%
G=29.63%
B=47.22%

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
Decimal1001282040.510.3700.2223.8550.4959.61
Hex6480CC3325014e0323c
Octal14420031463450243406274
Binary1100100100000001100110011001110010101010011100000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6480CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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