Html Css Color HEX #6363CD Slate Blue

📋 copy color: '#6363CD'

red 99 ◦ green 99 ◦ blue 205

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

Shades of Slate Blue #6363CD

Tints of Slate Blue #6363CD

RGB

 RED value IS 99 (39.06% from 255) = 24.57%

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

 BLUE value IS 205 (80.47% from 255) = 50.87%

R = 24.57%
G = 24.57%
B = 50.87%

CMYK

 C value IS 0.52

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6363CD (or 0x6363CD) is known color: Slate Blue. HEX triplet: 63, 63 and CD. RGB value is (99,99,205). Sum of RGB (Red+Green+Blue) = 99+99+205=403 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.57% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #6363CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6363CD is #9C9C32. Grayscale: #6E6E6E. Windows color (decimal): -10263603 or 13460323. OLE color: 13460323.

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

Color convert

RGB 99 99 205 -
CMYK 0.52 0.52 0 0.20
HSL 240º 0.51% 0.6% -
HSV(B) 240º 0.52% 0.8% -
XYZ 20.63 15.98 59.76 -
YUV 111.08 181 119.38 -
System Red Green Blue C M Y K H S L
Decimal 99 99 205 0.52 0.52 0 0.20 240 0.51 0.6
Hex 63 63 CD 34 34 0 14 F0 33 3C
Octal 143 143 315 64 64 0 24 360 63 74
Binary 1100011 1100011 11001101 110100 110100 0 10100 11110000 110011 111100

Color Harmonies of #6363CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6363CD

Black with #6363CD

Text Example


Text Example

White with #6363CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6363CD; }

 p { color: rgb(99,99,205); }

 H1.HeaderClassName
 {
   color: #6363CD;
 }
 .AnyTagClassName
 {
   color: #6363CD;
 }
</style>

background-color css

<style>
 a { background-color: #6363CD; }

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

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

border-color css

<style>
 span { border-color: #6363CD; }

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

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