#634ACE

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

Shades of Slate Blue #634ACE

Tints of Slate Blue #634ACE

Color information

#634ACE (or 0x634ACE) is unknown color: approx Slate Blue. HEX triplet: 63, 4A and CE. RGB value is (99,74,206). Sum of RGB (Red+Green+Blue) = 99+74+206=379 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.12% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #634ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #634ACE is #9CB531. Grayscale: #606060. Windows color (decimal): -10270002 or 13519459. OLE color: 13519459.

HSL color Cylindrical-coordinate representation of color #634ACE: hue angle of 251.36º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #634ACE is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9974206-
CMYK0.520.6400.19
HSL251.36º57.39%54.9%-
HSV(B)251.36º64.08%80.78%-
XYZ18.7312.0159.72-
YUV96.52189.78129.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.12%
GREEN value IS 74 (29.30% from 255) = 19.53%
BLUE value IS 206 (80.86% from 255) = 54.35%
R=26.12%
G=19.53%
B=54.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal99742060.520.6400.19251.3657.3954.9
Hex634ACE3440013fb3937
Octal143112316641000233737167
Binary1100011100101011001110110100100000001001111111011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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