#634AC2

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

Shades of Slate Blue #634AC2

Tints of Slate Blue #634AC2

Color information

#634AC2 (or 0x634AC2) is unknown color: approx Slate Blue. HEX triplet: 63, 4A and C2. RGB value is (99,74,194). Sum of RGB (Red+Green+Blue) = 99+74+194=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 194 (76.17% from 255 or 52.86% from 367); Max value from RGB is 194 - color contains mainly: blue. Hex color #634AC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #634AC2 is #9CB53D. Grayscale: #5E5E5E. Windows color (decimal): -10270014 or 12733027. OLE color: 12733027.

HSL color Cylindrical-coordinate representation of color #634AC2: hue angle of 252.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #634AC2 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9974194-
CMYK0.490.6200.24
HSL252.5º49.59%52.55%-
HSV(B)252.5º61.86%76.08%-
XYZ17.3311.4552.33-
YUV95.15183.78130.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.98%
GREEN value IS 74 (29.30% from 255) = 20.16%
BLUE value IS 194 (76.17% from 255) = 52.86%
R=26.98%
G=20.16%
B=52.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal99741940.490.6200.24252.549.5952.55
Hex634AC2313E018fc3235
Octal14311230261760303746265
Binary110001110010101100001011000111111001100011111100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634AC2; }

 p { color: rgb(99,74,194); }

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

<style>
 a { background-color: #634AC2; }

 a { background-color: rgb(99,74,194); }

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

<style>
 span { border-color: #634AC2; }

 span { border-color: rgb(99,74,194); }

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