Html Css Color HEX #6563AA Rich Blue

📋 copy color: '#6563AA'

red 101 ◦ green 99 ◦ blue 170

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

Shades of Rich Blue #6563AA

Tints of Rich Blue #6563AA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.76%

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

R = 27.3%
G = 26.76%
B = 45.95%

CMYK

 C value IS 0.41

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6563AA (or 0x6563AA) is known color: Rich Blue. HEX triplet: 65, 63 and AA. RGB value is (101,99,170). Sum of RGB (Red+Green+Blue) = 101+99+170=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #6563AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6563AA is #9A9C55. Grayscale: #6B6B6B. Windows color (decimal): -10132566 or 11166565. OLE color: 11166565.

HSL color Cylindrical-coordinate representation of color #6563AA: hue angle of 241.69º degrees, saturation: 0.29, 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 #6563AA is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 99 170 -
CMYK 0.41 0.42 0 0.33
HSL 241.69º 0.29% 0.53% -
HSV(B) 241.69º 0.42% 0.67% -
XYZ 17.08 14.59 39.95 -
YUV 107.69 163.16 123.23 -
System Red Green Blue C M Y K H S L
Decimal 101 99 170 0.41 0.42 0 0.33 241.69 0.29 0.53
Hex 65 63 AA 29 2A 0 21 F2 1D 35
Octal 145 143 252 51 52 0 41 362 35 65
Binary 1100101 1100011 10101010 101001 101010 0 100001 11110010 11101 110101

Color Harmonies of #6563AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6563AA

Black with #6563AA

Text Example


Text Example

White with #6563AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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