#606669

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

Shades of Mid Grey #606669

Tints of Mid Grey #606669

Color information

#606669 (or 0x606669) is unknown color: approx Mid Grey. HEX triplet: 60, 66 and 69. RGB value is (96,102,105). Sum of RGB (Red+Green+Blue) = 96+102+105=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 102 (40.23% from 255 or 33.66% 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 #606669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606669 is #9F9996. Grayscale: #646464. Windows color (decimal): -10459543 or 6907488. OLE color: 6907488.

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

Color convert

RGB96102105-
CMYK0.090.0300.59
HSL200º4.48%39.41%-
HSV(B)200º8.57%41.18%-
XYZ12.1313.0115.24-
YUV100.55130.51124.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.68%
GREEN value IS 102 (40.23% from 255) = 33.66%
BLUE value IS 105 (41.41% from 255) = 34.65%
R=31.68%
G=33.66%
B=34.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal961021050.090.0300.592004.4839.41
Hex6066699303Bc8427
Octal140146151113073310447
Binary110000011001101101001100111011101111001000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606669; }

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

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

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

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

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

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

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

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