#646269

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

Shades of Smoky #646269

Tints of Smoky #646269

Color information

#646269 (or 0x646269) is unknown color: approx Smoky. HEX triplet: 64, 62 and 69. RGB value is (100,98,105). Sum of RGB (Red+Green+Blue) = 100+98+105=303 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.00% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 105 - color contains mainly: blue. Hex color #646269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646269 is #9B9D96. Grayscale: #636363. Windows color (decimal): -10198423 or 6906468. OLE color: 6906468.

HSL color Cylindrical-coordinate representation of color #646269: hue angle of 257.14º degrees, saturation: 0.03, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #646269 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10098105-
CMYK0.050.0700.59
HSL257.14º3.45%39.8%-
HSV(B)257.14º6.67%41.18%-
XYZ12.1712.4615.13-
YUV99.4131.16128.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.00%
GREEN value IS 98 (38.67% from 255) = 32.34%
BLUE value IS 105 (41.41% from 255) = 34.65%
R=33.00%
G=32.34%
B=34.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100981050.050.0700.59257.143.4539.8
Hex6462695703B101328
Octal14414215157073401350
Binary110010011000101101001101111011101110000000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646269; }

 p { color: rgb(100,98,105); }

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

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

 a { background-color: rgb(100,98,105); }

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

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

 span { border-color: rgb(100,98,105); }

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