#634ECD

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

Shades of Slate Blue #634ECD

Tints of Slate Blue #634ECD

Color information

#634ECD (or 0x634ECD) is unknown color: approx Slate Blue. HEX triplet: 63, 4E and CD. RGB value is (99,78,205). Sum of RGB (Red+Green+Blue) = 99+78+205=382 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.92% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #634ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634ECD is #9CB132. Grayscale: #626262. Windows color (decimal): -10268979 or 13454947. OLE color: 13454947.

HSL color Cylindrical-coordinate representation of color #634ECD: hue angle of 249.92º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #634ECD is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9978205-
CMYK0.520.6200.20
HSL249.92º55.95%55.49%-
HSV(B)249.92º61.95%80.39%-
XYZ18.8912.5159.18-
YUV98.76187.96128.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.92%
GREEN value IS 78 (30.86% from 255) = 20.42%
BLUE value IS 205 (80.47% from 255) = 53.66%
R=25.92%
G=20.42%
B=53.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal99782050.520.6200.20249.9255.9555.49
Hex634ECD343E014fa3837
Octal14311631564760243727067
Binary110001110011101100110111010011111001010011111010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,78,205); }

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

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

 a { background-color: rgb(99,78,205); }

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

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

 span { border-color: rgb(99,78,205); }

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