Html Css Color HEX #6563D8 Slate Blue

📋 copy color: '#6563D8'

red 101 ◦ green 99 ◦ blue 216

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

Shades of Slate Blue #6563D8

Tints of Slate Blue #6563D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 51.92%

R = 24.28%
G = 23.8%
B = 51.92%

CMYK

 C value IS 0.53

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6563D8 (or 0x6563D8) is known color: Slate Blue. HEX triplet: 65, 63 and D8. RGB value is (101,99,216). Sum of RGB (Red+Green+Blue) = 101+99+216=416 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.28% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 216 (84.77% from 255 or 51.92% from 416); Max value from RGB is 216 - color contains mainly: blue. Hex color #6563D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6563D8 is #9A9C27. Grayscale: #707070. Windows color (decimal): -10132520 or 14181221. OLE color: 14181221.

HSL color Cylindrical-coordinate representation of color #6563D8: hue angle of 241.03º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6563D8 is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 99 216 -
CMYK 0.53 0.54 0 0.15
HSL 241.03º 0.6% 0.62% -
HSV(B) 241.03º 0.54% 0.85% -
XYZ 22.22 16.65 67.01 -
YUV 112.94 186.16 119.49 -
System Red Green Blue C M Y K H S L
Decimal 101 99 216 0.53 0.54 0 0.15 241.03 0.6 0.62
Hex 65 63 D8 35 36 0 F F1 3C 3E
Octal 145 143 330 65 66 0 17 361 74 76
Binary 1100101 1100011 11011000 110101 110110 0 1111 11110001 111100 111110

Color Harmonies of #6563D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6563D8

Black with #6563D8

Text Example


Text Example

White with #6563D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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