#635DCA

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

Shades of Slate Blue #635DCA

Tints of Slate Blue #635DCA

Color information

#635DCA (or 0x635DCA) is unknown color: approx Slate Blue. HEX triplet: 63, 5D and CA. RGB value is (99,93,202). Sum of RGB (Red+Green+Blue) = 99+93+202=394 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.13% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #635DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635DCA is #9CA235. Grayscale: #6A6A6A. Windows color (decimal): -10265142 or 13262179. OLE color: 13262179.

HSL color Cylindrical-coordinate representation of color #635DCA: hue angle of 243.3º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #635DCA is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9993202-
CMYK0.510.5400.21
HSL243.3º50.7%57.84%-
HSV(B)243.3º53.96%79.22%-
XYZ19.7214.7557.68-
YUV107.22181.49122.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.13%
GREEN value IS 93 (36.72% from 255) = 23.60%
BLUE value IS 202 (79.30% from 255) = 51.27%
R=25.13%
G=23.60%
B=51.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal99932020.510.5400.21243.350.757.84
Hex635DCA3336015f3333a
Octal14313531263660253636372
Binary110001110111011100101011001111011001010111110011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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