#664660

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

Shades of Salt Box #664660

Tints of Salt Box #664660

Color information

#664660 (or 0x664660) is unknown color: approx Salt Box. HEX triplet: 66, 46 and 60. RGB value is (102,70,96). Sum of RGB (Red+Green+Blue) = 102+70+96=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 102 - color contains mainly: red. Hex color #664660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664660 is #99B99F. Grayscale: #525252. Windows color (decimal): -10074528 or 6309478. OLE color: 6309478.

HSL color Cylindrical-coordinate representation of color #664660: hue angle of 311.25º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #664660 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB1027096-
CMYK00.310.060.6
HSL311.25º18.6%33.73%-
HSV(B)311.25º31.37%40%-
XYZ9.788.0512.1-
YUV82.53135.6141.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.06%
GREEN value IS 70 (27.73% from 255) = 26.12%
BLUE value IS 96 (37.89% from 255) = 35.82%
R=38.06%
G=26.12%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102709600.310.060.6311.2518.633.73
Hex66466001F63C1371322
Octal1461061400376744672342
Binary11001101000110110000001111111011110010011011110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664660; }

 p { color: rgb(102,70,96); }

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

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

 a { background-color: rgb(102,70,96); }

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

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

 span { border-color: rgb(102,70,96); }

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