#634EC1

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

Shades of Slate Blue #634EC1

Tints of Slate Blue #634EC1

Color information

#634EC1 (or 0x634EC1) is unknown color: approx Slate Blue. HEX triplet: 63, 4E and C1. RGB value is (99,78,193). Sum of RGB (Red+Green+Blue) = 99+78+193=370 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.76% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #634EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634EC1 is #9CB13E. Grayscale: #606060. Windows color (decimal): -10268991 or 12668515. OLE color: 12668515.

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

Color convert

RGB9978193-
CMYK0.490.6000.24
HSL250.96º48.12%53.14%-
HSV(B)250.96º59.59%75.69%-
XYZ17.511.9551.84-
YUV97.39181.96129.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.76%
GREEN value IS 78 (30.86% from 255) = 21.08%
BLUE value IS 193 (75.78% from 255) = 52.16%
R=26.76%
G=21.08%
B=52.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal99781930.490.6000.24250.9648.1253.14
Hex634EC1313C018fb3035
Octal14311630161740303736065
Binary110001110011101100000111000111110001100011111011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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