#6581CA

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

Shades of Havelock Blue #6581CA

Tints of Havelock Blue #6581CA

Color information

#6581CA (or 0x6581CA) is unknown color: approx Havelock Blue. HEX triplet: 65, 81 and CA. RGB value is (101,129,202). Sum of RGB (Red+Green+Blue) = 101+129+202=432 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.38% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #6581CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6581CA is #9A7E35. Grayscale: #808080. Windows color (decimal): -10124854 or 13271397. OLE color: 13271397.

HSL color Cylindrical-coordinate representation of color #6581CA: hue angle of 223.37º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6581CA is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB101129202-
CMYK0.500.3600.21
HSL223.37º48.79%59.41%-
HSV(B)223.37º50%79.22%-
XYZ23.8822.7359.01-
YUV128.95169.22108.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.38%
GREEN value IS 129 (50.78% from 255) = 29.86%
BLUE value IS 202 (79.30% from 255) = 46.76%
R=23.38%
G=29.86%
B=46.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1011292020.500.3600.21223.3748.7959.41
Hex6581CA3224015df313b
Octal14520131262440253376173
Binary1100101100000011100101011001010010001010111011111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6581CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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