#634cc6

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

Shades of Slate Blue #634CC6

Tints of Slate Blue #634CC6

Color information

#634CC6 (or 0x634CC6) is unknown color: approx Slate Blue. HEX triplet: 63, 4C and C6. RGB value is (99,76,198). Sum of RGB (Red+Green+Blue) = 99+76+198=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 198 (77.73% from 255 or 53.08% from 373); Max value from RGB is 198 - color contains mainly: blue. Hex color #634CC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #634CC6 is #9CB339. Grayscale: #606060. Windows color (decimal): -10269498 or 12995683. OLE color: 12995683.

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

Color convert

RGB9976198-
CMYK0.500.6200.22
HSL251.31º51.69%53.73%-
HSV(B)251.31º61.62%77.65%-
XYZ17.9211.954.78-
YUV96.78185.12129.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.54%
GREEN value IS 76 (30.08% from 255) = 20.38%
BLUE value IS 198 (77.73% from 255) = 53.08%
R=26.54%
G=20.38%
B=53.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal99761980.500.6200.22251.3151.6953.73
Hex634CC6323E016fb3436
Octal14311430662760263736466
Binary110001110011001100011011001011111001011011111011110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634cc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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