#634AD1

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

Shades of Slate Blue #634AD1

Tints of Slate Blue #634AD1

Color information

#634AD1 (or 0x634AD1) is unknown color: approx Slate Blue. HEX triplet: 63, 4A and D1. RGB value is (99,74,209). Sum of RGB (Red+Green+Blue) = 99+74+209=382 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.92% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 209 (82.03% from 255 or 54.71% from 382); Max value from RGB is 209 - color contains mainly: blue. Hex color #634AD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #634AD1 is #9CB52E. Grayscale: #606060. Windows color (decimal): -10269999 or 13716067. OLE color: 13716067.

HSL color Cylindrical-coordinate representation of color #634AD1: hue angle of 251.11º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #634AD1 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9974209-
CMYK0.530.6500.18
HSL251.11º59.47%55.49%-
HSV(B)251.11º64.59%81.96%-
XYZ19.112.1561.66-
YUV96.86191.28129.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.92%
GREEN value IS 74 (29.30% from 255) = 19.37%
BLUE value IS 209 (82.03% from 255) = 54.71%
R=25.92%
G=19.37%
B=54.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal99742090.530.6500.18251.1159.4755.49
Hex634AD13541012fb3b37
Octal143112321651010223737367
Binary1100011100101011010001110101100000101001011111011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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