#634ED3

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

Shades of Slate Blue #634ED3

Tints of Slate Blue #634ED3

Color information

#634ED3 (or 0x634ED3) is unknown color: approx Slate Blue. HEX triplet: 63, 4E and D3. RGB value is (99,78,211). Sum of RGB (Red+Green+Blue) = 99+78+211=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 211 (82.81% from 255 or 54.38% from 388); Max value from RGB is 211 - color contains mainly: blue. Hex color #634ED3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634ED3 is #9CB12C. Grayscale: #626262. Windows color (decimal): -10268973 or 13848163. OLE color: 13848163.

HSL color Cylindrical-coordinate representation of color #634ED3: hue angle of 249.47º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #634ED3 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB9978211-
CMYK0.530.6300.17
HSL249.47º60.18%56.67%-
HSV(B)249.47º63.03%82.75%-
XYZ19.6312.863.07-
YUV99.44190.96127.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.52%
GREEN value IS 78 (30.86% from 255) = 20.10%
BLUE value IS 211 (82.81% from 255) = 54.38%
R=25.52%
G=20.10%
B=54.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal99782110.530.6300.17249.4760.1856.67
Hex634ED3353F011f93c39
Octal14311632365770213717471
Binary110001110011101101001111010111111101000111111001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,78,211); }

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

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

 a { background-color: rgb(99,78,211); }

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

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

 span { border-color: rgb(99,78,211); }

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