#6581C0

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

Shades of Havelock Blue #6581C0

Tints of Havelock Blue #6581C0

Color information

#6581C0 (or 0x6581C0) is unknown color: approx Havelock Blue. HEX triplet: 65, 81 and C0. RGB value is (101,129,192). Sum of RGB (Red+Green+Blue) = 101+129+192=422 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.93% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 192 - color contains mainly: blue. Hex color #6581C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6581C0 is #9A7E3F. Grayscale: #7F7F7F. Windows color (decimal): -10124864 or 12616037. OLE color: 12616037.

HSL color Cylindrical-coordinate representation of color #6581C0: hue angle of 221.54º degrees, saturation: 0.42, 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 #6581C0 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB101129192-
CMYK0.470.3300.25
HSL221.54º41.94%57.45%-
HSV(B)221.54º47.4%75.29%-
XYZ22.7322.2752.97-
YUV127.81164.22108.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.93%
GREEN value IS 129 (50.78% from 255) = 30.57%
BLUE value IS 192 (75.39% from 255) = 45.50%
R=23.93%
G=30.57%
B=45.50%

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
Decimal1011291920.470.3300.25221.5441.9457.45
Hex6581C02F21019de2a39
Octal14520130057410313365271
Binary1100101100000011100000010111110000101100111011110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6581C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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