Html Css Color HEX #635EDA Slate Blue

📋 copy color: '#635EDA'

red 99 ◦ green 94 ◦ blue 218

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

Shades of Slate Blue #635EDA

Tints of Slate Blue #635EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.04%

R = 24.09%
G = 22.87%
B = 53.04%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#635EDA (or 0x635EDA) is known color: Slate Blue. HEX triplet: 63, 5E and DA. RGB value is (99,94,218). Sum of RGB (Red+Green+Blue) = 99+94+218=411 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.09% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #635EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635EDA is #9CA125. Grayscale: #6D6D6D. Windows color (decimal): -10264870 or 14311011. OLE color: 14311011.

HSL color Cylindrical-coordinate representation of color #635EDA: hue angle of 242.42º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #635EDA is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 99 94 218 -
CMYK 0.55 0.57 0 0.15
HSL 242.42º 0.63% 0.61% -
HSV(B) 242.42º 0.57% 0.85% -
XYZ 21.8 15.72 68.21 -
YUV 109.63 189.16 120.42 -
System Red Green Blue C M Y K H S L
Decimal 99 94 218 0.55 0.57 0 0.15 242.42 0.63 0.61
Hex 63 5E DA 37 39 0 F F2 3F 3D
Octal 143 136 332 67 71 0 17 362 77 75
Binary 1100011 1011110 11011010 110111 111001 0 1111 11110010 111111 111101

Color Harmonies of #635EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635EDA

Black with #635EDA

Text Example


Text Example

White with #635EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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