#6481BC

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

Shades of Havelock Blue #6481BC

Tints of Havelock Blue #6481BC

Color information

#6481BC (or 0x6481BC) is unknown color: approx Havelock Blue. HEX triplet: 64, 81 and BC. RGB value is (100,129,188). Sum of RGB (Red+Green+Blue) = 100+129+188=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #6481BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6481BC is #9B7E43. Grayscale: #7E7E7E. Windows color (decimal): -10190404 or 12353892. OLE color: 12353892.

HSL color Cylindrical-coordinate representation of color #6481BC: hue angle of 220.23º 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 #6481BC is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB100129188-
CMYK0.470.3100.26
HSL220.23º39.64%56.47%-
HSV(B)220.23º46.81%73.73%-
XYZ22.1822.0450.66-
YUV127.06162.39108.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.98%
GREEN value IS 129 (50.78% from 255) = 30.94%
BLUE value IS 188 (73.83% from 255) = 45.08%
R=23.98%
G=30.94%
B=45.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1001291880.470.3100.26220.2339.6456.47
Hex6481BC2F1F01Adc2838
Octal14420127457370323345070
Binary110010010000001101111001011111111101101011011100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6481BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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