#674860

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

Shades of Salt Box #674860

Tints of Salt Box #674860

Color information

#674860 (or 0x674860) is unknown color: approx Salt Box. HEX triplet: 67, 48 and 60. RGB value is (103,72,96). Sum of RGB (Red+Green+Blue) = 103+72+96=271 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.01% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 103 - color contains mainly: red. Hex color #674860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674860 is #98B79F. Grayscale: #535353. Windows color (decimal): -10008480 or 6309991. OLE color: 6309991.

HSL color Cylindrical-coordinate representation of color #674860: hue angle of 313.55º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #674860 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB1037296-
CMYK00.300.070.60
HSL313.55º17.71%34.31%-
HSV(B)313.55º30.1%40.39%-
XYZ10.028.3612.15-
YUV84134.77141.55-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.01%
GREEN value IS 72 (28.52% from 255) = 26.57%
BLUE value IS 96 (37.89% from 255) = 35.42%
R=38.01%
G=26.57%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103729600.300.070.60313.5517.7134.31
Hex67486001E73C13a1222
Octal1471101400367744722242
Binary11001111001000110000001111011111110010011101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674860; }

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

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

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

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

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

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

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

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