#634BD9

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

Shades of Slate Blue #634BD9

Tints of Slate Blue #634BD9

Color information

#634BD9 (or 0x634BD9) is unknown color: approx Slate Blue. HEX triplet: 63, 4B and D9. RGB value is (99,75,217). Sum of RGB (Red+Green+Blue) = 99+75+217=391 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.32% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 217 (85.16% from 255 or 55.50% from 391); Max value from RGB is 217 - color contains mainly: blue. Hex color #634BD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #634BD9 is #9CB426. Grayscale: #616161. Windows color (decimal): -10269735 or 14240611. OLE color: 14240611.

HSL color Cylindrical-coordinate representation of color #634BD9: hue angle of 250.14º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #634BD9 is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9975217-
CMYK0.540.6500.15
HSL250.14º65.14%57.25%-
HSV(B)250.14º65.44%85.1%-
XYZ20.1912.6967.03-
YUV98.36194.95128.45-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.32%
GREEN value IS 75 (29.69% from 255) = 19.18%
BLUE value IS 217 (85.16% from 255) = 55.50%
R=25.32%
G=19.18%
B=55.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal99752170.540.6500.15250.1465.1457.25
Hex634BD936410Ffa4139
Octal1431133316610101737210171
Binary1100011100101111011001110110100000101111111110101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,75,217); }

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

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

 a { background-color: rgb(99,75,217); }

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

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

 span { border-color: rgb(99,75,217); }

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