Html Css Color HEX #6563CE Slate Blue

📋 copy color: '#6563CE'

red 101 ◦ green 99 ◦ blue 206

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

Shades of Slate Blue #6563CE

Tints of Slate Blue #6563CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.74%

R = 24.88%
G = 24.38%
B = 50.74%

CMYK

 C value IS 0.51

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6563CE (or 0x6563CE) is known color: Slate Blue. HEX triplet: 65, 63 and CE. RGB value is (101,99,206). Sum of RGB (Red+Green+Blue) = 101+99+206=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #6563CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6563CE is #9A9C31. Grayscale: #6F6F6F. Windows color (decimal): -10132530 or 13525861. OLE color: 13525861.

HSL color Cylindrical-coordinate representation of color #6563CE: hue angle of 241.12º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6563CE is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 99 206 -
CMYK 0.51 0.52 0 0.19
HSL 241.12º 0.52% 0.6% -
HSV(B) 241.12º 0.52% 0.81% -
XYZ 20.97 16.15 60.4 -
YUV 111.8 181.16 120.3 -
System Red Green Blue C M Y K H S L
Decimal 101 99 206 0.51 0.52 0 0.19 241.12 0.52 0.6
Hex 65 63 CE 33 34 0 13 F1 34 3C
Octal 145 143 316 63 64 0 23 361 64 74
Binary 1100101 1100011 11001110 110011 110100 0 10011 11110001 110100 111100

Color Harmonies of #6563CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6563CE

Black with #6563CE

Text Example


Text Example

White with #6563CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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