Html Css Color HEX #6563AB Rich Blue

📋 copy color: '#6563AB'

red 101 ◦ green 99 ◦ blue 171

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

Shades of Rich Blue #6563AB

Tints of Rich Blue #6563AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.09%

R = 27.22%
G = 26.68%
B = 46.09%

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

#6563AB (or 0x6563AB) is known color: Rich Blue. HEX triplet: 65, 63 and AB. RGB value is (101,99,171). Sum of RGB (Red+Green+Blue) = 101+99+171=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #6563AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6563AB is #9A9C54. Grayscale: #6B6B6B. Windows color (decimal): -10132565 or 11232101. OLE color: 11232101.

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

Color convert

RGB 101 99 171 -
CMYK 0.41 0.42 0 0.33
HSL 241.67º 0.3% 0.53% -
HSV(B) 241.67º 0.42% 0.67% -
XYZ 17.18 14.63 40.45 -
YUV 107.81 163.66 123.15 -
System Red Green Blue C M Y K H S L
Decimal 101 99 171 0.41 0.42 0 0.33 241.67 0.3 0.53
Hex 65 63 AB 29 2A 0 21 F2 1E 35
Octal 145 143 253 51 52 0 41 362 36 65
Binary 1100101 1100011 10101011 101001 101010 0 100001 11110010 11110 110101

Color Harmonies of #6563AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6563AB

Black with #6563AB

Text Example


Text Example

White with #6563AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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