#6580D7

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

Shades of Havelock Blue #6580D7

Tints of Havelock Blue #6580D7

Color information

#6580D7 (or 0x6580D7) is unknown color: approx Havelock Blue. HEX triplet: 65, 80 and D7. RGB value is (101,128,215). Sum of RGB (Red+Green+Blue) = 101+128+215=444 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.75% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 215 (84.38% from 255 or 48.42% from 444); Max value from RGB is 215 - color contains mainly: blue. Hex color #6580D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6580D7 is #9A7F28. Grayscale: #818181. Windows color (decimal): -10125097 or 14123109. OLE color: 14123109.

HSL color Cylindrical-coordinate representation of color #6580D7: hue angle of 225.79º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6580D7 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB101128215-
CMYK0.530.4000.16
HSL225.79º58.76%61.96%-
HSV(B)225.79º53.02%84.31%-
XYZ25.3523.1167.41-
YUV129.84176.05107.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.75%
GREEN value IS 128 (50.39% from 255) = 28.83%
BLUE value IS 215 (84.38% from 255) = 48.42%
R=22.75%
G=28.83%
B=48.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1011282150.530.4000.16225.7958.7661.96
Hex6580D73528010e23b3e
Octal14520032765500203427376
Binary1100101100000001101011111010110100001000011100010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6580D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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