#6480BC

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

Shades of Havelock Blue #6480BC

Tints of Havelock Blue #6480BC

Color information

#6480BC (or 0x6480BC) is unknown color: approx Havelock Blue. HEX triplet: 64, 80 and BC. RGB value is (100,128,188). Sum of RGB (Red+Green+Blue) = 100+128+188=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #6480BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6480BC is #9B7F43. Grayscale: #7E7E7E. Windows color (decimal): -10190660 or 12353636. OLE color: 12353636.

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

Color convert

RGB100128188-
CMYK0.470.3200.26
HSL220.91º39.64%56.47%-
HSV(B)220.91º46.81%73.73%-
XYZ22.0521.7850.62-
YUV126.47162.72109.12-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.04%
GREEN value IS 128 (50.39% from 255) = 30.77%
BLUE value IS 188 (73.83% from 255) = 45.19%
R=24.04%
G=30.77%
B=45.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1001281880.470.3200.26220.9139.6456.47
Hex6480BC2F2001Add2838
Octal14420027457400323355070
Binary1100100100000001011110010111110000001101011011101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6480BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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