Html Css Color HEX #6563DC Slate Blue

📋 copy color: '#6563DC'

red 101 ◦ green 99 ◦ blue 220

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

Shades of Slate Blue #6563DC

Tints of Slate Blue #6563DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.38%

R = 24.05%
G = 23.57%
B = 52.38%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6563DC (or 0x6563DC) is known color: Slate Blue. HEX triplet: 65, 63 and DC. RGB value is (101,99,220). Sum of RGB (Red+Green+Blue) = 101+99+220=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #6563DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6563DC is #9A9C23. Grayscale: #707070. Windows color (decimal): -10132516 or 14443365. OLE color: 14443365.

HSL color Cylindrical-coordinate representation of color #6563DC: hue angle of 240.99º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6563DC is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 99 220 -
CMYK 0.54 0.55 0 0.14
HSL 240.99º 0.63% 0.63% -
HSV(B) 240.99º 0.55% 0.86% -
XYZ 22.75 16.86 69.77 -
YUV 113.39 188.16 119.16 -
System Red Green Blue C M Y K H S L
Decimal 101 99 220 0.54 0.55 0 0.14 240.99 0.63 0.63
Hex 65 63 DC 36 37 0 E F1 3F 3F
Octal 145 143 334 66 67 0 16 361 77 77
Binary 1100101 1100011 11011100 110110 110111 0 1110 11110001 111111 111111

Color Harmonies of #6563DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6563DC

Black with #6563DC

Text Example


Text Example

White with #6563DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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