#6480BA

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

Shades of Havelock Blue #6480BA

Tints of Havelock Blue #6480BA

Color information

#6480BA (or 0x6480BA) is unknown color: approx Havelock Blue. HEX triplet: 64, 80 and BA. RGB value is (100,128,186). Sum of RGB (Red+Green+Blue) = 100+128+186=414 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.15% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #6480BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6480BA is #9B7F45. Grayscale: #7D7D7D. Windows color (decimal): -10190662 or 12222564. OLE color: 12222564.

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

Color convert

RGB100128186-
CMYK0.460.3100.27
HSL220.47º38.39%56.08%-
HSV(B)220.47º46.24%72.94%-
XYZ21.8421.6949.49-
YUV126.24161.72109.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.15%
GREEN value IS 128 (50.39% from 255) = 30.92%
BLUE value IS 186 (73.05% from 255) = 44.93%
R=24.15%
G=30.92%
B=44.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001281860.460.3100.27220.4738.3956.08
Hex6480BA2E1F01Bdc2638
Octal14420027256370333344670
Binary110010010000000101110101011101111101101111011100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6480BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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