#6580BF

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

Shades of Havelock Blue #6580BF

Tints of Havelock Blue #6580BF

Color information

#6580BF (or 0x6580BF) is unknown color: approx Havelock Blue. HEX triplet: 65, 80 and BF. RGB value is (101,128,191). Sum of RGB (Red+Green+Blue) = 101+128+191=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #6580BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6580BF is #9A7F40. Grayscale: #7E7E7E. Windows color (decimal): -10125121 or 12550245. OLE color: 12550245.

HSL color Cylindrical-coordinate representation of color #6580BF: hue angle of 222º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6580BF is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB101128191-
CMYK0.470.3300.25
HSL222º41.28%57.25%-
HSV(B)222º47.12%74.9%-
XYZ22.4921.9752.34-
YUV127.11164.05109.38-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.05%
GREEN value IS 128 (50.39% from 255) = 30.48%
BLUE value IS 191 (75% from 255) = 45.48%
R=24.05%
G=30.48%
B=45.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011281910.470.3300.2522241.2857.25
Hex6580BF2F21019de2939
Octal14520027757410313365171
Binary1100101100000001011111110111110000101100111011110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6580BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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