Html Css Color HEX #6563CC Slate Blue

📋 copy color: '#6563CC'

red 101 ◦ green 99 ◦ blue 204

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

Shades of Slate Blue #6563CC

Tints of Slate Blue #6563CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.5%

R = 25%
G = 24.5%
B = 50.5%

CMYK

 C value IS 0.50

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6563CC (or 0x6563CC) is known color: Slate Blue. HEX triplet: 65, 63 and CC. RGB value is (101,99,204). Sum of RGB (Red+Green+Blue) = 101+99+204=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #6563CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6563CC is #9A9C33. Grayscale: #6F6F6F. Windows color (decimal): -10132532 or 13394789. OLE color: 13394789.

HSL color Cylindrical-coordinate representation of color #6563CC: hue angle of 241.14º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6563CC is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 99 204 -
CMYK 0.50 0.51 0 0.2
HSL 241.14º 0.51% 0.59% -
HSV(B) 241.14º 0.51% 0.8% -
XYZ 20.73 16.05 59.13 -
YUV 111.57 180.16 120.46 -
System Red Green Blue C M Y K H S L
Decimal 101 99 204 0.50 0.51 0 0.2 241.14 0.51 0.59
Hex 65 63 CC 32 33 0 14 F1 33 3B
Octal 145 143 314 62 63 0 24 361 63 73
Binary 1100101 1100011 11001100 110010 110011 0 10100 11110001 110011 111011

Color Harmonies of #6563CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6563CC

Black with #6563CC

Text Example


Text Example

White with #6563CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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