#634BDD

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

Shades of Slate Blue #634BDD

Tints of Slate Blue #634BDD

Color information

#634BDD (or 0x634BDD) is unknown color: approx Slate Blue. HEX triplet: 63, 4B and DD. RGB value is (99,75,221). Sum of RGB (Red+Green+Blue) = 99+75+221=395 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.06% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #634BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #634BDD is #9CB422. Grayscale: #626262. Windows color (decimal): -10269731 or 14502755. OLE color: 14502755.

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

Color convert

RGB9975221-
CMYK0.550.6600.13
HSL249.86º68.22%58.04%-
HSV(B)249.86º66.06%86.67%-
XYZ20.7112.9169.81-
YUV98.82196.95128.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.06%
GREEN value IS 75 (29.69% from 255) = 18.99%
BLUE value IS 221 (86.72% from 255) = 55.95%
R=25.06%
G=18.99%
B=55.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal99752210.550.6600.13249.8668.2258.04
Hex634BDD37420Dfa443a
Octal1431133356710201537210472
Binary1100011100101111011101110111100001001101111110101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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