#635CCD

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

Shades of Slate Blue #635CCD

Tints of Slate Blue #635CCD

Color information

#635CCD (or 0x635CCD) is unknown color: approx Slate Blue. HEX triplet: 63, 5C and CD. RGB value is (99,92,205). Sum of RGB (Red+Green+Blue) = 99+92+205=396 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #635CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635CCD is #9CA332. Grayscale: #6A6A6A. Windows color (decimal): -10265395 or 13458531. OLE color: 13458531.

HSL color Cylindrical-coordinate representation of color #635CCD: hue angle of 243.72º 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 #635CCD is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9992205-
CMYK0.520.5500.20
HSL243.72º53.05%58.24%-
HSV(B)243.72º55.12%80.39%-
XYZ19.9914.7159.54-
YUV106.98183.32122.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25%
GREEN value IS 92 (36.33% from 255) = 23.23%
BLUE value IS 205 (80.47% from 255) = 51.77%
R=25%
G=23.23%
B=51.77%

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
Decimal99922050.520.5500.20243.7253.0558.24
Hex635CCD3437014f4353a
Octal14313431564670243646572
Binary110001110111001100110111010011011101010011110100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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