Html Css Color HEX #635DDD Slate Blue

📋 copy color: '#635DDD'

red 99 ◦ green 93 ◦ blue 221

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

Shades of Slate Blue #635DDD

Tints of Slate Blue #635DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.52%

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

R = 23.97%
G = 22.52%
B = 53.51%

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

#635DDD (or 0x635DDD) is known color: Slate Blue. HEX triplet: 63, 5D and DD. RGB value is (99,93,221). Sum of RGB (Red+Green+Blue) = 99+93+221=413 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.97% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #635DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635DDD is #9CA222. Grayscale: #6C6C6C. Windows color (decimal): -10265123 or 14507363. OLE color: 14507363.

HSL color Cylindrical-coordinate representation of color #635DDD: hue angle of 242.81º degrees, saturation: 0.65, 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 #635DDD is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 93 221 -
CMYK 0.55 0.58 0 0.13
HSL 242.81º 0.65% 0.62% -
HSV(B) 242.81º 0.58% 0.87% -
XYZ 22.11 15.7 70.27 -
YUV 109.39 190.99 120.59 -
System Red Green Blue C M Y K H S L
Decimal 99 93 221 0.55 0.58 0 0.13 242.81 0.65 0.62
Hex 63 5D DD 37 3A 0 D F3 41 3E
Octal 143 135 335 67 72 0 15 363 101 76
Binary 1100011 1011101 11011101 110111 111010 0 1101 11110011 1000001 111110

Color Harmonies of #635DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635DDD

Black with #635DDD

Text Example


Text Example

White with #635DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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