#6564AB

Color #6564AB Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #6564AB

Tints of Rich Blue #6564AB

Color information

#6564AB (or 0x6564AB) is unknown color: approx Rich Blue. HEX triplet: 65, 64 and AB. RGB value is (101,100,171). Sum of RGB (Red+Green+Blue) = 101+100+171=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #6564AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6564AB is #9A9B54. Grayscale: #6C6C6C. Windows color (decimal): -10132309 or 11232357. OLE color: 11232357.

HSL color Cylindrical-coordinate representation of color #6564AB: hue angle of 240.85º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6564AB is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB101100171-
CMYK0.410.4200.33
HSL240.85º29.71%53.14%-
HSV(B)240.85º41.52%67.06%-
XYZ17.2714.8240.48-
YUV108.39163.33122.73-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.15%
GREEN value IS 100 (39.45% from 255) = 26.88%
BLUE value IS 171 (67.19% from 255) = 45.97%
R=27.15%
G=26.88%
B=45.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011001710.410.4200.33240.8529.7153.14
Hex6564AB292A021f11e35
Octal14514425351520413613665
Binary110010111001001010101110100110101001000011111000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6564AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6564AB; }

 p { color: rgb(101,100,171); }

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

<style>
 a { background-color: #6564AB; }

 a { background-color: rgb(101,100,171); }

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

<style>
 span { border-color: #6564AB; }

 span { border-color: rgb(101,100,171); }

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