#635AC0

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

Shades of Slate Blue #635AC0

Tints of Slate Blue #635AC0

Color information

#635AC0 (or 0x635AC0) is unknown color: approx Slate Blue. HEX triplet: 63, 5A and C0. RGB value is (99,90,192). Sum of RGB (Red+Green+Blue) = 99+90+192=381 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.98% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 192 (75.39% from 255 or 50.39% from 381); Max value from RGB is 192 - color contains mainly: blue. Hex color #635AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635AC0 is #9CA53F. Grayscale: #676767. Windows color (decimal): -10265920 or 12606051. OLE color: 12606051.

HSL color Cylindrical-coordinate representation of color #635AC0: hue angle of 245.29º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #635AC0 is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9990192-
CMYK0.480.5300.25
HSL245.29º44.74%55.29%-
HSV(B)245.29º53.12%75.29%-
XYZ18.3213.7751.56-
YUV104.32177.48124.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.98%
GREEN value IS 90 (35.55% from 255) = 23.62%
BLUE value IS 192 (75.39% from 255) = 50.39%
R=25.98%
G=23.62%
B=50.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal99901920.480.5300.25245.2944.7455.29
Hex635AC03035019f52d37
Octal14313230060650313655567
Binary110001110110101100000011000011010101100111110101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,90,192); }

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

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

 a { background-color: rgb(99,90,192); }

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

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

 span { border-color: rgb(99,90,192); }

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