#635DCD

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

Shades of Slate Blue #635DCD

Tints of Slate Blue #635DCD

Color information

#635DCD (or 0x635DCD) is unknown color: approx Slate Blue. HEX triplet: 63, 5D and CD. RGB value is (99,93,205). Sum of RGB (Red+Green+Blue) = 99+93+205=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #635DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635DCD is #9CA232. Grayscale: #6B6B6B. Windows color (decimal): -10265139 or 13458787. OLE color: 13458787.

HSL color Cylindrical-coordinate representation of color #635DCD: hue angle of 243.21º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #635DCD is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9993205-
CMYK0.520.5500.20
HSL243.21º52.83%58.43%-
HSV(B)243.21º54.63%80.39%-
XYZ20.0814.8959.57-
YUV107.56182.99121.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.94%
GREEN value IS 93 (36.72% from 255) = 23.43%
BLUE value IS 205 (80.47% from 255) = 51.64%
R=24.94%
G=23.43%
B=51.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal99932050.520.5500.20243.2152.8358.43
Hex635DCD3437014f3353a
Octal14313531564670243636572
Binary110001110111011100110111010011011101010011110011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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