#606C75

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

Shades of Mid Grey #606C75

Tints of Mid Grey #606C75

Color information

#606C75 (or 0x606C75) is unknown color: approx Mid Grey. HEX triplet: 60, 6C and 75. RGB value is (96,108,117). Sum of RGB (Red+Green+Blue) = 96+108+117=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 117 - color contains mainly: blue. Hex color #606C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606C75 is #9F938A. Grayscale: #696969. Windows color (decimal): -10457995 or 7695456. OLE color: 7695456.

HSL color Cylindrical-coordinate representation of color #606C75: hue angle of 205.71º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #606C75 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB96108117-
CMYK0.180.0800.54
HSL205.71º9.86%41.76%-
HSV(B)205.71º17.95%45.88%-
XYZ13.414.518.92-
YUV105.44134.52121.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.91%
GREEN value IS 108 (42.58% from 255) = 33.64%
BLUE value IS 117 (46.09% from 255) = 36.45%
R=29.91%
G=33.64%
B=36.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal961081170.180.0800.54205.719.8641.76
Hex606C75128036cea2a
Octal14015416522100663161252
Binary1100000110110011101011001010000110110110011101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,108,117); }

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

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

 a { background-color: rgb(96,108,117); }

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

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

 span { border-color: rgb(96,108,117); }

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