Html Css Color HEX #635EDE Slate Blue

📋 copy color: '#635EDE'

red 99 ◦ green 94 ◦ blue 222

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

Shades of Slate Blue #635EDE

Tints of Slate Blue #635EDE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.65%

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

R = 23.86%
G = 22.65%
B = 53.49%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#635EDE (or 0x635EDE) is known color: Slate Blue. HEX triplet: 63, 5E and DE. RGB value is (99,94,222). Sum of RGB (Red+Green+Blue) = 99+94+222=415 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.86% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #635EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635EDE is #9CA121. Grayscale: #6D6D6D. Windows color (decimal): -10264866 or 14573155. OLE color: 14573155.

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

Color convert

RGB 99 94 222 -
CMYK 0.55 0.58 0 0.13
HSL 242.34º 0.66% 0.62% -
HSV(B) 242.34º 0.58% 0.87% -
XYZ 22.33 15.93 71.01 -
YUV 110.09 191.16 120.09 -
System Red Green Blue C M Y K H S L
Decimal 99 94 222 0.55 0.58 0 0.13 242.34 0.66 0.62
Hex 63 5E DE 37 3A 0 D F2 42 3E
Octal 143 136 336 67 72 0 15 362 102 76
Binary 1100011 1011110 11011110 110111 111010 0 1101 11110010 1000010 111110

Color Harmonies of #635EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635EDE

Black with #635EDE

Text Example


Text Example

White with #635EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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