#634EC0

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

Shades of Slate Blue #634EC0

Tints of Slate Blue #634EC0

Color information

#634EC0 (or 0x634EC0) is unknown color: approx Slate Blue. HEX triplet: 63, 4E and C0. RGB value is (99,78,192). Sum of RGB (Red+Green+Blue) = 99+78+192=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 192 (75.39% from 255 or 52.03% from 369); Max value from RGB is 192 - color contains mainly: blue. Hex color #634EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634EC0 is #9CB13F. Grayscale: #606060. Windows color (decimal): -10268992 or 12602979. OLE color: 12602979.

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

Color convert

RGB9978192-
CMYK0.480.5900.25
HSL251.05º47.5%52.94%-
HSV(B)251.05º59.38%75.29%-
XYZ17.3811.9151.25-
YUV97.28181.46129.23-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.83%
GREEN value IS 78 (30.86% from 255) = 21.14%
BLUE value IS 192 (75.39% from 255) = 52.03%
R=26.83%
G=21.14%
B=52.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal99781920.480.5900.25251.0547.552.94
Hex634EC0303B019fb3035
Octal14311630060730313736065
Binary110001110011101100000011000011101101100111111011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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