#6583D0

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

Shades of Havelock Blue #6583D0

Tints of Havelock Blue #6583D0

Color information

#6583D0 (or 0x6583D0) is unknown color: approx Havelock Blue. HEX triplet: 65, 83 and D0. RGB value is (101,131,208). Sum of RGB (Red+Green+Blue) = 101+131+208=440 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.95% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 208 (81.64% from 255 or 47.27% from 440); Max value from RGB is 208 - color contains mainly: blue. Hex color #6583D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6583D0 is #9A7C2F. Grayscale: #828282. Windows color (decimal): -10124336 or 13665125. OLE color: 13665125.

HSL color Cylindrical-coordinate representation of color #6583D0: hue angle of 223.18º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6583D0 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB101131208-
CMYK0.510.3700.18
HSL223.18º53.23%60.59%-
HSV(B)223.18º51.44%81.57%-
XYZ24.8723.5562.91-
YUV130.81171.56106.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.95%
GREEN value IS 131 (51.56% from 255) = 29.77%
BLUE value IS 208 (81.64% from 255) = 47.27%
R=22.95%
G=29.77%
B=47.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1011312080.510.3700.18223.1853.2360.59
Hex6583D03325012df353d
Octal14520332063450223376575
Binary1100101100000111101000011001110010101001011011111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6583D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6583D0; }

 p { color: rgb(101,131,208); }

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

<style>
 a { background-color: #6583D0; }

 a { background-color: rgb(101,131,208); }

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

<style>
 span { border-color: #6583D0; }

 span { border-color: rgb(101,131,208); }

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