Html Css Color HEX #6564AA Rich Blue

📋 copy color: '#6564AA'

red 101 ◦ green 100 ◦ blue 170

#6564AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #6564AA

Tints of Rich Blue #6564AA

RGB

 RED value IS 101 (39.84% from 255) = 27.22%

 GREEN value IS 100 (39.45% from 255) = 26.95%

 BLUE value IS 170 (66.8% from 255) = 45.82%

R = 27.22%
G = 26.95%
B = 45.82%

CMYK

 C value IS 0.41

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6564AA (or 0x6564AA) is known color: Rich Blue. HEX triplet: 65, 64 and AA. RGB value is (101,100,170). Sum of RGB (Red+Green+Blue) = 101+100+170=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #6564AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6564AA is #9A9B55. Grayscale: #6C6C6C. Windows color (decimal): -10132310 or 11166821. OLE color: 11166821.

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

Color convert

RGB 101 100 170 -
CMYK 0.41 0.41 0 0.33
HSL 240.86º 0.29% 0.53% -
HSV(B) 240.86º 0.41% 0.67% -
XYZ 17.18 14.78 39.98 -
YUV 108.28 162.83 122.81 -
System Red Green Blue C M Y K H S L
Decimal 101 100 170 0.41 0.41 0 0.33 240.86 0.29 0.53
Hex 65 64 AA 29 29 0 21 F1 1D 35
Octal 145 144 252 51 51 0 41 361 35 65
Binary 1100101 1100100 10101010 101001 101001 0 100001 11110001 11101 110101

Color Harmonies of #6564AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6564AA

Black with #6564AA

Text Example


Text Example

White with #6564AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6564AA;
 }
 .AnyTagClassName
 {
   color: #6564AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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