Html Css Color HEX #635EDD Slate Blue

📋 copy color: '#635EDD'

red 99 ◦ green 94 ◦ blue 221

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

Shades of Slate Blue #635EDD

Tints of Slate Blue #635EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.38%

R = 23.91%
G = 22.71%
B = 53.38%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#635EDD (or 0x635EDD) is known color: Slate Blue. HEX triplet: 63, 5E and DD. RGB value is (99,94,221). Sum of RGB (Red+Green+Blue) = 99+94+221=414 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.91% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #635EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635EDD is #9CA122. Grayscale: #6D6D6D. Windows color (decimal): -10264867 or 14507619. OLE color: 14507619.

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

Color convert

RGB 99 94 221 -
CMYK 0.55 0.57 0 0.13
HSL 242.36º 0.65% 0.62% -
HSV(B) 242.36º 0.57% 0.87% -
XYZ 22.2 15.88 70.3 -
YUV 109.97 190.66 120.17 -
System Red Green Blue C M Y K H S L
Decimal 99 94 221 0.55 0.57 0 0.13 242.36 0.65 0.62
Hex 63 5E DD 37 39 0 D F2 41 3E
Octal 143 136 335 67 71 0 15 362 101 76
Binary 1100011 1011110 11011101 110111 111001 0 1101 11110010 1000001 111110

Color Harmonies of #635EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635EDD

Black with #635EDD

Text Example


Text Example

White with #635EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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