#635DE1

Color #635DE1 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #635DE1

Tints of Slate Blue #635DE1

Color information

#635DE1 (or 0x635DE1) is unknown color: approx Slate Blue. HEX triplet: 63, 5D and E1. RGB value is (99,93,225). Sum of RGB (Red+Green+Blue) = 99+93+225=417 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.74% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 225 (88.28% from 255 or 53.96% from 417); Max value from RGB is 225 - color contains mainly: blue. Hex color #635DE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635DE1 is #9CA21E. Grayscale: #6D6D6D. Windows color (decimal): -10265119 or 14769507. OLE color: 14769507.

HSL color Cylindrical-coordinate representation of color #635DE1: hue angle of 242.73º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #635DE1 is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9993225-
CMYK0.560.5900.12
HSL242.73º68.75%62.35%-
HSV(B)242.73º58.67%88.24%-
XYZ22.6515.9273.11-
YUV109.84192.99120.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.74%
GREEN value IS 93 (36.72% from 255) = 22.30%
BLUE value IS 225 (88.28% from 255) = 53.96%
R=23.74%
G=22.30%
B=53.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal99932250.560.5900.12242.7368.7562.35
Hex635DE1383B0Cf3453e
Octal143135341707301436310576
Binary110001110111011110000111100011101101100111100111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #635DE1;
 }
 .AnyTagClassName
 {
   color: #635DE1;
 }
</style>
background-color css

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

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

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

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

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

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