#634CD0

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

Shades of Slate Blue #634CD0

Tints of Slate Blue #634CD0

Color information

#634CD0 (or 0x634CD0) is unknown color: approx Slate Blue. HEX triplet: 63, 4C and D0. RGB value is (99,76,208). Sum of RGB (Red+Green+Blue) = 99+76+208=383 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.85% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 208 (81.64% from 255 or 54.31% from 383); Max value from RGB is 208 - color contains mainly: blue. Hex color #634CD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #634CD0 is #9CB32F. Grayscale: #616161. Windows color (decimal): -10269488 or 13651043. OLE color: 13651043.

HSL color Cylindrical-coordinate representation of color #634CD0: hue angle of 250.45º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #634CD0 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9976208-
CMYK0.520.6300.18
HSL250.45º58.41%55.69%-
HSV(B)250.45º63.46%81.57%-
XYZ19.1212.3861.06-
YUV97.92190.12128.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.85%
GREEN value IS 76 (30.08% from 255) = 19.84%
BLUE value IS 208 (81.64% from 255) = 54.31%
R=25.85%
G=19.84%
B=54.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal99762080.520.6300.18250.4558.4155.69
Hex634CD0343F012fa3a38
Octal14311432064770223727270
Binary110001110011001101000011010011111101001011111010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,76,208); }

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

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

 a { background-color: rgb(99,76,208); }

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

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

 span { border-color: rgb(99,76,208); }

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