#634DD1

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

Shades of Slate Blue #634DD1

Tints of Slate Blue #634DD1

Color information

#634DD1 (or 0x634DD1) is unknown color: approx Slate Blue. HEX triplet: 63, 4D and D1. RGB value is (99,77,209). Sum of RGB (Red+Green+Blue) = 99+77+209=385 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.71% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 209 (82.03% from 255 or 54.29% from 385); Max value from RGB is 209 - color contains mainly: blue. Hex color #634DD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634DD1 is #9CB22E. Grayscale: #626262. Windows color (decimal): -10269231 or 13716835. OLE color: 13716835.

HSL color Cylindrical-coordinate representation of color #634DD1: hue angle of 250º degrees, saturation: 0.59, 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 #634DD1 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9977209-
CMYK0.530.6300.18
HSL250º58.93%56.08%-
HSV(B)250º63.16%81.96%-
XYZ19.3112.5661.73-
YUV98.63190.29128.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.71%
GREEN value IS 77 (30.47% from 255) = 20%
BLUE value IS 209 (82.03% from 255) = 54.29%
R=25.71%
G=20%
B=54.29%

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
Decimal99772090.530.6300.1825058.9356.08
Hex634DD1353F012fa3b38
Octal14311532165770223727370
Binary110001110011011101000111010111111101001011111010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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