#6564AD

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

Shades of Rich Blue #6564AD

Tints of Rich Blue #6564AD

Color information

#6564AD (or 0x6564AD) is unknown color: approx Rich Blue. HEX triplet: 65, 64 and AD. RGB value is (101,100,173). Sum of RGB (Red+Green+Blue) = 101+100+173=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #6564AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6564AD is #9A9B52. Grayscale: #6C6C6C. Windows color (decimal): -10132307 or 11363429. OLE color: 11363429.

HSL color Cylindrical-coordinate representation of color #6564AD: hue angle of 240.82º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6564AD is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB101100173-
CMYK0.420.4200.32
HSL240.82º30.8%53.53%-
HSV(B)240.82º42.2%67.84%-
XYZ17.4714.941.49-
YUV108.62164.33122.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.01%
GREEN value IS 100 (39.45% from 255) = 26.74%
BLUE value IS 173 (67.97% from 255) = 46.26%
R=27.01%
G=26.74%
B=46.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1011001730.420.4200.32240.8230.853.53
Hex6564AD2A2A020f11f36
Octal14514425552520403613766
Binary110010111001001010110110101010101001000001111000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6564AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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