#666270

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

Shades of Smoky #666270

Tints of Smoky #666270

Color information

#666270 (or 0x666270) is unknown color: approx Smoky. HEX triplet: 66, 62 and 70. RGB value is (102,98,112). Sum of RGB (Red+Green+Blue) = 102+98+112=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 112 - color contains mainly: blue. Hex color #666270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666270 is #999D8F. Grayscale: #646464. Windows color (decimal): -10067344 or 7365222. OLE color: 7365222.

HSL color Cylindrical-coordinate representation of color #666270: hue angle of 257.14º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #666270 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10298112-
CMYK0.090.1300.56
HSL257.14º6.67%41.18%-
HSV(B)257.14º12.5%43.92%-
XYZ12.7712.7317.11-
YUV100.79134.33128.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.69%
GREEN value IS 98 (38.67% from 255) = 31.41%
BLUE value IS 112 (44.14% from 255) = 35.90%
R=32.69%
G=31.41%
B=35.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102981120.090.1300.56257.146.6741.18
Hex6662709D038101729
Octal1461421601115070401751
Binary110011011000101110000100111010111000100000001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666270; }

 p { color: rgb(102,98,112); }

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

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

 a { background-color: rgb(102,98,112); }

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

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

 span { border-color: rgb(102,98,112); }

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