#634860

Color #634860 Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #634860

Tints of Salt Box #634860

Color information

#634860 (or 0x634860) is unknown color: approx Salt Box. HEX triplet: 63, 48 and 60. RGB value is (99,72,96). Sum of RGB (Red+Green+Blue) = 99+72+96=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 99 - color contains mainly: red. Hex color #634860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634860 is #9CB79F. Grayscale: #525252. Windows color (decimal): -10270624 or 6309987. OLE color: 6309987.

HSL color Cylindrical-coordinate representation of color #634860: hue angle of 306.67º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #634860 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB997296-
CMYK00.270.030.61
HSL306.67º15.79%33.53%-
HSV(B)306.67º27.27%38.82%-
XYZ9.578.1312.13-
YUV82.81135.45139.55-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.08%
GREEN value IS 72 (28.52% from 255) = 26.97%
BLUE value IS 96 (37.89% from 255) = 35.96%
R=37.08%
G=26.97%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99729600.270.030.61306.6715.7933.53
Hex63486001B33D1331022
Octal1431101400333754632042
Binary1100011100100011000000110111111110110011001110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634860; }

 p { color: rgb(99,72,96); }

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

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

 a { background-color: rgb(99,72,96); }

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

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

 span { border-color: rgb(99,72,96); }

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