#634DDE

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

Shades of Slate Blue #634DDE

Tints of Slate Blue #634DDE

Color information

#634DDE (or 0x634DDE) is unknown color: approx Slate Blue. HEX triplet: 63, 4D and DE. RGB value is (99,77,222). Sum of RGB (Red+Green+Blue) = 99+77+222=398 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.87% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #634DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634DDE is #9CB221. Grayscale: #636363. Windows color (decimal): -10269218 or 14568803. OLE color: 14568803.

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

Color convert

RGB9977222-
CMYK0.550.6500.13
HSL249.1º68.72%58.63%-
HSV(B)249.1º65.32%87.06%-
XYZ20.9813.2370.56-
YUV100.11196.79127.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.87%
GREEN value IS 77 (30.47% from 255) = 19.35%
BLUE value IS 222 (87.11% from 255) = 55.78%
R=24.87%
G=19.35%
B=55.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal99772220.550.6500.13249.168.7258.63
Hex634DDE37410Df9453b
Octal1431153366710101537110573
Binary1100011100110111011110110111100000101101111110011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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