Html Css Color HEX #635ADE Slate Blue

📋 copy color: '#635ADE'

red 99 ◦ green 90 ◦ blue 222

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

Shades of Slate Blue #635ADE

Tints of Slate Blue #635ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 54.01%

R = 24.09%
G = 21.9%
B = 54.01%

CMYK

 C value IS 0.55

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#635ADE (or 0x635ADE) is known color: Slate Blue. HEX triplet: 63, 5A and DE. RGB value is (99,90,222). Sum of RGB (Red+Green+Blue) = 99+90+222=411 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.09% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 222 (87.11% from 255 or 54.01% from 411); Max value from RGB is 222 - color contains mainly: blue. Hex color #635ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635ADE is #9CA521. Grayscale: #6B6B6B. Windows color (decimal): -10265890 or 14572131. OLE color: 14572131.

HSL color Cylindrical-coordinate representation of color #635ADE: hue angle of 244.09º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #635ADE is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 90 222 -
CMYK 0.55 0.59 0 0.13
HSL 244.09º 0.67% 0.61% -
HSV(B) 244.09º 0.59% 0.87% -
XYZ 21.99 15.24 70.89 -
YUV 107.74 192.48 121.77 -
System Red Green Blue C M Y K H S L
Decimal 99 90 222 0.55 0.59 0 0.13 244.09 0.67 0.61
Hex 63 5A DE 37 3B 0 D F4 43 3D
Octal 143 132 336 67 73 0 15 364 103 75
Binary 1100011 1011010 11011110 110111 111011 0 1101 11110100 1000011 111101

Color Harmonies of #635ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635ADE

Black with #635ADE

Text Example


Text Example

White with #635ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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