#635BCA

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

Shades of Slate Blue #635BCA

Tints of Slate Blue #635BCA

Color information

#635BCA (or 0x635BCA) is unknown color: approx Slate Blue. HEX triplet: 63, 5B and CA. RGB value is (99,91,202). Sum of RGB (Red+Green+Blue) = 99+91+202=392 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.26% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #635BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635BCA is #9CA435. Grayscale: #696969. Windows color (decimal): -10265654 or 13261667. OLE color: 13261667.

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

Color convert

RGB9991202-
CMYK0.510.5500.21
HSL244.32º51.15%57.45%-
HSV(B)244.32º54.95%79.22%-
XYZ19.5514.457.63-
YUV106.05182.15122.97-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.26%
GREEN value IS 91 (35.94% from 255) = 23.21%
BLUE value IS 202 (79.30% from 255) = 51.53%
R=25.26%
G=23.21%
B=51.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal99912020.510.5500.21244.3251.1557.45
Hex635BCA3337015f43339
Octal14313331263670253646371
Binary110001110110111100101011001111011101010111110100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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