#634BC7

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

Shades of Slate Blue #634BC7

Tints of Slate Blue #634BC7

Color information

#634BC7 (or 0x634BC7) is unknown color: approx Slate Blue. HEX triplet: 63, 4B and C7. RGB value is (99,75,199). Sum of RGB (Red+Green+Blue) = 99+75+199=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 199 (78.12% from 255 or 53.35% from 373); Max value from RGB is 199 - color contains mainly: blue. Hex color #634BC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #634BC7 is #9CB438. Grayscale: #5F5F5F. Windows color (decimal): -10269753 or 13060963. OLE color: 13060963.

HSL color Cylindrical-coordinate representation of color #634BC7: hue angle of 251.61º degrees, saturation: 0.53, 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 #634BC7 is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9975199-
CMYK0.500.6200.22
HSL251.61º52.54%53.73%-
HSV(B)251.61º62.31%78.04%-
XYZ17.9711.8155.36-
YUV96.31185.95129.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.54%
GREEN value IS 75 (29.69% from 255) = 20.11%
BLUE value IS 199 (78.12% from 255) = 53.35%
R=26.54%
G=20.11%
B=53.35%

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
Decimal99751990.500.6200.22251.6152.5453.73
Hex634BC7323E016fc3536
Octal14311330762760263746566
Binary110001110010111100011111001011111001011011111100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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