#6480BB

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

Shades of Havelock Blue #6480BB

Tints of Havelock Blue #6480BB

Color information

#6480BB (or 0x6480BB) is unknown color: approx Havelock Blue. HEX triplet: 64, 80 and BB. RGB value is (100,128,187). Sum of RGB (Red+Green+Blue) = 100+128+187=415 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.10% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #6480BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6480BB is #9B7F44. Grayscale: #7E7E7E. Windows color (decimal): -10190661 or 12288100. OLE color: 12288100.

HSL color Cylindrical-coordinate representation of color #6480BB: hue angle of 220.69º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6480BB is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB100128187-
CMYK0.470.3200.27
HSL220.69º39.01%56.27%-
HSV(B)220.69º46.52%73.33%-
XYZ21.9421.7450.05-
YUV126.35162.22109.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.10%
GREEN value IS 128 (50.39% from 255) = 30.84%
BLUE value IS 187 (73.44% from 255) = 45.06%
R=24.10%
G=30.84%
B=45.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001281870.470.3200.27220.6939.0156.27
Hex6480BB2F2001Bdd2738
Octal14420027357400333354770
Binary1100100100000001011101110111110000001101111011101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6480BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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