#606F7B

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

Shades of Mid Grey #606F7B

Tints of Mid Grey #606F7B

Color information

#606F7B (or 0x606F7B) is unknown color: approx Mid Grey. HEX triplet: 60, 6F and 7B. RGB value is (96,111,123). Sum of RGB (Red+Green+Blue) = 96+111+123=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 123 - color contains mainly: blue. Hex color #606F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606F7B is #9F9084. Grayscale: #6B6B6B. Windows color (decimal): -10457221 or 8089440. OLE color: 8089440.

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

Color convert

RGB96111123-
CMYK0.220.1000.52
HSL206.67º12.33%42.94%-
HSV(B)206.67º21.95%48.24%-
XYZ14.0815.2920.95-
YUV107.88136.53119.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.09%
GREEN value IS 111 (43.75% from 255) = 33.64%
BLUE value IS 123 (48.44% from 255) = 37.27%
R=29.09%
G=33.64%
B=37.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal961111230.220.1000.52206.6712.3342.94
Hex606F7B16A034cfc2b
Octal14015717326120643171453
Binary1100000110111111110111011010100110100110011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,111,123); }

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

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

 a { background-color: rgb(96,111,123); }

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

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

 span { border-color: rgb(96,111,123); }

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