#634AC6

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

Shades of Slate Blue #634AC6

Tints of Slate Blue #634AC6

Color information

#634AC6 (or 0x634AC6) is unknown color: approx Slate Blue. HEX triplet: 63, 4A and C6. RGB value is (99,74,198). Sum of RGB (Red+Green+Blue) = 99+74+198=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 198 (77.73% from 255 or 53.37% from 371); Max value from RGB is 198 - color contains mainly: blue. Hex color #634AC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #634AC6 is #9CB539. Grayscale: #5F5F5F. Windows color (decimal): -10270010 or 12995171. OLE color: 12995171.

HSL color Cylindrical-coordinate representation of color #634AC6: hue angle of 252.1º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #634AC6 is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9974198-
CMYK0.500.6300.22
HSL252.1º52.1%53.33%-
HSV(B)252.1º62.63%77.65%-
XYZ17.7911.6354.73-
YUV95.61185.78130.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.68%
GREEN value IS 74 (29.30% from 255) = 19.95%
BLUE value IS 198 (77.73% from 255) = 53.37%
R=26.68%
G=19.95%
B=53.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal99741980.500.6300.22252.152.153.33
Hex634AC6323F016fc3435
Octal14311230662770263746465
Binary110001110010101100011011001011111101011011111100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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