#635CD0

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

Shades of Slate Blue #635CD0

Tints of Slate Blue #635CD0

Color information

#635CD0 (or 0x635CD0) is unknown color: approx Slate Blue. HEX triplet: 63, 5C and D0. RGB value is (99,92,208). Sum of RGB (Red+Green+Blue) = 99+92+208=399 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.81% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 208 (81.64% from 255 or 52.13% from 399); Max value from RGB is 208 - color contains mainly: blue. Hex color #635CD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635CD0 is #9CA32F. Grayscale: #6A6A6A. Windows color (decimal): -10265392 or 13655139. OLE color: 13655139.

HSL color Cylindrical-coordinate representation of color #635CD0: hue angle of 243.62º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #635CD0 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9992208-
CMYK0.520.5600.18
HSL243.62º55.24%58.82%-
HSV(B)243.62º55.77%81.57%-
XYZ20.3614.8661.47-
YUV107.32184.82122.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.81%
GREEN value IS 92 (36.33% from 255) = 23.06%
BLUE value IS 208 (81.64% from 255) = 52.13%
R=24.81%
G=23.06%
B=52.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal99922080.520.5600.18243.6255.2458.82
Hex635CD03438012f4373b
Octal14313432064700223646773
Binary110001110111001101000011010011100001001011110100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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