#635CC5

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

Shades of Slate Blue #635CC5

Tints of Slate Blue #635CC5

Color information

#635CC5 (or 0x635CC5) is unknown color: approx Slate Blue. HEX triplet: 63, 5C and C5. RGB value is (99,92,197). Sum of RGB (Red+Green+Blue) = 99+92+197=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 197 (77.34% from 255 or 50.77% from 388); Max value from RGB is 197 - color contains mainly: blue. Hex color #635CC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635CC5 is #9CA33A. Grayscale: #696969. Windows color (decimal): -10265403 or 12934243. OLE color: 12934243.

HSL color Cylindrical-coordinate representation of color #635CC5: hue angle of 244º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #635CC5 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9992197-
CMYK0.500.5300.23
HSL244º47.51%56.67%-
HSV(B)244º53.3%77.25%-
XYZ19.0514.3454.59-
YUV106.06179.32122.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.52%
GREEN value IS 92 (36.33% from 255) = 23.71%
BLUE value IS 197 (77.34% from 255) = 50.77%
R=25.52%
G=23.71%
B=50.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal99921970.500.5300.2324447.5156.67
Hex635CC53235017f43039
Octal14313430562650273646071
Binary110001110111001100010111001011010101011111110100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,92,197); }

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

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

 a { background-color: rgb(99,92,197); }

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

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

 span { border-color: rgb(99,92,197); }

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