#634dd2

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

Shades of Slate Blue #634DD2

Tints of Slate Blue #634DD2

Color information

#634DD2 (or 0x634DD2) is unknown color: approx Slate Blue. HEX triplet: 63, 4D and D2. RGB value is (99,77,210). Sum of RGB (Red+Green+Blue) = 99+77+210=386 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.65% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 210 (82.42% from 255 or 54.40% from 386); Max value from RGB is 210 - color contains mainly: blue. Hex color #634DD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634DD2 is #9CB22D. Grayscale: #626262. Windows color (decimal): -10269230 or 13782371. OLE color: 13782371.

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

Color convert

RGB9977210-
CMYK0.530.6300.18
HSL249.92º59.64%56.27%-
HSV(B)249.92º63.33%82.35%-
XYZ19.4312.6162.38-
YUV98.74190.79128.19-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.65%
GREEN value IS 77 (30.47% from 255) = 19.95%
BLUE value IS 210 (82.42% from 255) = 54.40%
R=25.65%
G=19.95%
B=54.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal99772100.530.6300.18249.9259.6456.27
Hex634DD2353F012fa3c38
Octal14311532265770223727470
Binary110001110011011101001011010111111101001011111010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634dd2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,77,210); }

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

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

 a { background-color: rgb(99,77,210); }

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

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

 span { border-color: rgb(99,77,210); }

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