#666869

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

Shades of Mid Grey #666869

Tints of Mid Grey #666869

Color information

#666869 (or 0x666869) is unknown color: approx Mid Grey. HEX triplet: 66, 68 and 69. RGB value is (102,104,105). Sum of RGB (Red+Green+Blue) = 102+104+105=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 105 - color contains mainly: blue. Hex color #666869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666869 is #999796. Grayscale: #676767. Windows color (decimal): -10065815 or 6908006. OLE color: 6908006.

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

Color convert

RGB102104105-
CMYK0.030.0100.59
HSL200º1.45%40.59%-
HSV(B)200º2.86%41.18%-
XYZ12.9813.7515.33-
YUV103.52128.84126.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.80%
GREEN value IS 104 (41.02% from 255) = 33.44%
BLUE value IS 105 (41.41% from 255) = 33.76%
R=32.80%
G=33.44%
B=33.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1021041050.030.0100.592001.4540.59
Hex6668693103Bc8129
Octal14615015131073310151
Binary1100110110100011010011110111011110010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666869; }

 p { color: rgb(102,104,105); }

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

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

 a { background-color: rgb(102,104,105); }

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

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

 span { border-color: rgb(102,104,105); }

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