#634DD6

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

Shades of Slate Blue #634DD6

Tints of Slate Blue #634DD6

Color information

#634DD6 (or 0x634DD6) is unknown color: approx Slate Blue. HEX triplet: 63, 4D and D6. RGB value is (99,77,214). Sum of RGB (Red+Green+Blue) = 99+77+214=390 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.38% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 214 (83.98% from 255 or 54.87% from 390); Max value from RGB is 214 - color contains mainly: blue. Hex color #634DD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634DD6 is #9CB229. Grayscale: #626262. Windows color (decimal): -10269226 or 14044515. OLE color: 14044515.

HSL color Cylindrical-coordinate representation of color #634DD6: hue angle of 249.64º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #634DD6 is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB9977214-
CMYK0.540.6400.16
HSL249.64º62.56%57.06%-
HSV(B)249.64º64.02%83.92%-
XYZ19.9412.8265.04-
YUV99.2192.79127.86-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.38%
GREEN value IS 77 (30.47% from 255) = 19.74%
BLUE value IS 214 (83.98% from 255) = 54.87%
R=25.38%
G=19.74%
B=54.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal99772140.540.6400.16249.6462.5657.06
Hex634DD63640010fa3f39
Octal143115326661000203727771
Binary1100011100110111010110110110100000001000011111010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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