#606E7A

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

Shades of Mid Grey #606E7A

Tints of Mid Grey #606E7A

Color information

#606E7A (or 0x606E7A) is unknown color: approx Mid Grey. HEX triplet: 60, 6E and 7A. RGB value is (96,110,122). Sum of RGB (Red+Green+Blue) = 96+110+122=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 122 - color contains mainly: blue. Hex color #606E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606E7A is #9F9185. Grayscale: #6B6B6B. Windows color (decimal): -10457478 or 8023648. OLE color: 8023648.

HSL color Cylindrical-coordinate representation of color #606E7A: hue angle of 207.69º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #606E7A is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB96110122-
CMYK0.210.1000.52
HSL207.69º11.93%42.75%-
HSV(B)207.69º21.31%47.84%-
XYZ13.9115.0420.58-
YUV107.18136.36120.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.27%
GREEN value IS 110 (43.36% from 255) = 33.54%
BLUE value IS 122 (48.05% from 255) = 37.20%
R=29.27%
G=33.54%
B=37.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal961101220.210.1000.52207.6911.9342.75
Hex606E7A15A034d0c2b
Octal14015617225120643201453
Binary1100000110111011110101010110100110100110100001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606E7A; }

 p { color: rgb(96,110,122); }

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

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

 a { background-color: rgb(96,110,122); }

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

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

 span { border-color: rgb(96,110,122); }

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