Html Css Color HEX #635AD8 Slate Blue

📋 copy color: '#635AD8'

red 99 ◦ green 90 ◦ blue 216

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

Shades of Slate Blue #635AD8

Tints of Slate Blue #635AD8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.22%

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

R = 24.44%
G = 22.22%
B = 53.33%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#635AD8 (or 0x635AD8) is known color: Slate Blue. HEX triplet: 63, 5A and D8. RGB value is (99,90,216). Sum of RGB (Red+Green+Blue) = 99+90+216=405 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.44% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 216 (84.77% from 255 or 53.33% from 405); Max value from RGB is 216 - color contains mainly: blue. Hex color #635AD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635AD8 is #9CA527. Grayscale: #6A6A6A. Windows color (decimal): -10265896 or 14178915. OLE color: 14178915.

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

Color convert

RGB 99 90 216 -
CMYK 0.54 0.58 0 0.15
HSL 244.29º 0.62% 0.6% -
HSV(B) 244.29º 0.58% 0.85% -
XYZ 21.2 14.92 66.73 -
YUV 107.06 189.48 122.25 -
System Red Green Blue C M Y K H S L
Decimal 99 90 216 0.54 0.58 0 0.15 244.29 0.62 0.6
Hex 63 5A D8 36 3A 0 F F4 3E 3C
Octal 143 132 330 66 72 0 17 364 76 74
Binary 1100011 1011010 11011000 110110 111010 0 1111 11110100 111110 111100

Color Harmonies of #635AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635AD8

Black with #635AD8

Text Example


Text Example

White with #635AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635AD8; }

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

 H1.HeaderClassName
 {
   color: #635AD8;
 }
 .AnyTagClassName
 {
   color: #635AD8;
 }
</style>

background-color css

<style>
 a { background-color: #635AD8; }

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

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

border-color css

<style>
 span { border-color: #635AD8; }

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

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