Html Css Color HEX #6563AC Rich Blue

📋 copy color: '#6563AC'

red 101 ◦ green 99 ◦ blue 172

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

Shades of Rich Blue #6563AC

Tints of Rich Blue #6563AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.24%

R = 27.15%
G = 26.61%
B = 46.24%

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

#6563AC (or 0x6563AC) is known color: Rich Blue. HEX triplet: 65, 63 and AC. RGB value is (101,99,172). Sum of RGB (Red+Green+Blue) = 101+99+172=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #6563AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6563AC is #9A9C53. Grayscale: #6B6B6B. Windows color (decimal): -10132564 or 11297637. OLE color: 11297637.

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

Color convert

RGB 101 99 172 -
CMYK 0.41 0.42 0 0.33
HSL 241.64º 0.31% 0.53% -
HSV(B) 241.64º 0.42% 0.67% -
XYZ 17.28 14.67 40.95 -
YUV 107.92 164.16 123.06 -
System Red Green Blue C M Y K H S L
Decimal 101 99 172 0.41 0.42 0 0.33 241.64 0.31 0.53
Hex 65 63 AC 29 2A 0 21 F2 1F 35
Octal 145 143 254 51 52 0 41 362 37 65
Binary 1100101 1100011 10101100 101001 101010 0 100001 11110010 11111 110101

Color Harmonies of #6563AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6563AC

Black with #6563AC

Text Example


Text Example

White with #6563AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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