#6580BB

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

Shades of Havelock Blue #6580BB

Tints of Havelock Blue #6580BB

Color information

#6580BB (or 0x6580BB) is unknown color: approx Havelock Blue. HEX triplet: 65, 80 and BB. RGB value is (101,128,187). Sum of RGB (Red+Green+Blue) = 101+128+187=416 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.28% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #6580BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6580BB is #9A7F44. Grayscale: #7E7E7E. Windows color (decimal): -10125125 or 12288101. OLE color: 12288101.

HSL color Cylindrical-coordinate representation of color #6580BB: hue angle of 221.16º degrees, saturation: 0.39, 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 #6580BB is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB101128187-
CMYK0.460.3200.27
HSL221.16º38.74%56.47%-
HSV(B)221.16º45.99%73.33%-
XYZ22.0621.7950.06-
YUV126.65162.05109.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.28%
GREEN value IS 128 (50.39% from 255) = 30.77%
BLUE value IS 187 (73.44% from 255) = 44.95%
R=24.28%
G=30.77%
B=44.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1011281870.460.3200.27221.1638.7456.47
Hex6580BB2E2001Bdd2738
Octal14520027356400333354770
Binary1100101100000001011101110111010000001101111011101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6580BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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