#6581D7

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

Shades of Havelock Blue #6581D7

Tints of Havelock Blue #6581D7

Color information

#6581D7 (or 0x6581D7) is unknown color: approx Havelock Blue. HEX triplet: 65, 81 and D7. RGB value is (101,129,215). Sum of RGB (Red+Green+Blue) = 101+129+215=445 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.70% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 215 (84.38% from 255 or 48.31% from 445); Max value from RGB is 215 - color contains mainly: blue. Hex color #6581D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6581D7 is #9A7E28. Grayscale: #828282. Windows color (decimal): -10124841 or 14123365. OLE color: 14123365.

HSL color Cylindrical-coordinate representation of color #6581D7: hue angle of 225.26º 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 #6581D7 is Cyan = 0.53, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB101129215-
CMYK0.530.400.16
HSL225.26º58.76%61.96%-
HSV(B)225.26º53.02%84.31%-
XYZ25.4823.3767.46-
YUV130.43175.72107.01-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.70%
GREEN value IS 129 (50.78% from 255) = 28.99%
BLUE value IS 215 (84.38% from 255) = 48.31%
R=22.70%
G=28.99%
B=48.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1011292150.530.400.16225.2658.7661.96
Hex6581D73528010e13b3e
Octal14520132765500203417376
Binary1100101100000011101011111010110100001000011100001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6581D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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