#634DC6

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

Shades of Slate Blue #634DC6

Tints of Slate Blue #634DC6

Color information

#634DC6 (or 0x634DC6) is unknown color: approx Slate Blue. HEX triplet: 63, 4D and C6. RGB value is (99,77,198). Sum of RGB (Red+Green+Blue) = 99+77+198=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 198 (77.73% from 255 or 52.94% from 374); Max value from RGB is 198 - color contains mainly: blue. Hex color #634DC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634DC6 is #9CB239. Grayscale: #606060. Windows color (decimal): -10269242 or 12995939. OLE color: 12995939.

HSL color Cylindrical-coordinate representation of color #634DC6: hue angle of 250.91º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #634DC6 is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9977198-
CMYK0.500.6100.22
HSL250.91º51.49%53.92%-
HSV(B)250.91º61.11%77.65%-
XYZ17.9912.0454.8-
YUV97.37184.79129.16-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.47%
GREEN value IS 77 (30.47% from 255) = 20.59%
BLUE value IS 198 (77.73% from 255) = 52.94%
R=26.47%
G=20.59%
B=52.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal99771980.500.6100.22250.9151.4953.92
Hex634DC6323D016fb3336
Octal14311530662750263736366
Binary110001110011011100011011001011110101011011111011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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