#6581C1

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

Shades of Havelock Blue #6581C1

Tints of Havelock Blue #6581C1

Color information

#6581C1 (or 0x6581C1) is unknown color: approx Havelock Blue. HEX triplet: 65, 81 and C1. RGB value is (101,129,193). Sum of RGB (Red+Green+Blue) = 101+129+193=423 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.88% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 193 (75.78% from 255 or 45.63% from 423); Max value from RGB is 193 - color contains mainly: blue. Hex color #6581C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6581C1 is #9A7E3E. Grayscale: #7F7F7F. Windows color (decimal): -10124863 or 12681573. OLE color: 12681573.

HSL color Cylindrical-coordinate representation of color #6581C1: hue angle of 221.74º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6581C1 is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB101129193-
CMYK0.480.3300.24
HSL221.74º42.59%57.65%-
HSV(B)221.74º47.67%75.69%-
XYZ22.8422.3253.56-
YUV127.92164.72108.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.88%
GREEN value IS 129 (50.78% from 255) = 30.50%
BLUE value IS 193 (75.78% from 255) = 45.63%
R=23.88%
G=30.50%
B=45.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011291930.480.3300.24221.7442.5957.65
Hex6581C13021018de2b3a
Octal14520130160410303365372
Binary1100101100000011100000111000010000101100011011110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6581C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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