#6584cb

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

Shades of Havelock Blue #6584CB

Tints of Havelock Blue #6584CB

Color information

#6584CB (or 0x6584CB) is unknown color: approx Havelock Blue. HEX triplet: 65, 84 and CB. RGB value is (101,132,203). Sum of RGB (Red+Green+Blue) = 101+132+203=436 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.17% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #6584CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6584CB is #9A7B34. Grayscale: #828282. Windows color (decimal): -10124085 or 13337701. OLE color: 13337701.

HSL color Cylindrical-coordinate representation of color #6584CB: hue angle of 221.76º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6584CB is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB101132203-
CMYK0.500.3500.20
HSL221.76º49.51%59.61%-
HSV(B)221.76º50.25%79.61%-
XYZ24.423.5859.77-
YUV130.82168.73106.73-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.17%
GREEN value IS 132 (51.95% from 255) = 30.28%
BLUE value IS 203 (79.69% from 255) = 46.56%
R=23.17%
G=30.28%
B=46.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1011322030.500.3500.20221.7649.5159.61
Hex6584CB3223014de323c
Octal14520431362430243366274
Binary1100101100001001100101111001010001101010011011110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6584cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6584cb; }

 p { color: rgb(101,132,203); }

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

<style>
 a { background-color: #6584cb; }

 a { background-color: rgb(101,132,203); }

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

<style>
 span { border-color: #6584cb; }

 span { border-color: rgb(101,132,203); }

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