#606B75

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

Shades of Mid Grey #606B75

Tints of Mid Grey #606B75

Color information

#606B75 (or 0x606B75) is unknown color: approx Mid Grey. HEX triplet: 60, 6B and 75. RGB value is (96,107,117). Sum of RGB (Red+Green+Blue) = 96+107+117=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 117 - color contains mainly: blue. Hex color #606B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606B75 is #9F948A. Grayscale: #686868. Windows color (decimal): -10458251 or 7695200. OLE color: 7695200.

HSL color Cylindrical-coordinate representation of color #606B75: hue angle of 208.57º 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 #606B75 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB96107117-
CMYK0.180.0900.54
HSL208.57º9.86%41.76%-
HSV(B)208.57º17.95%45.88%-
XYZ13.2914.2918.89-
YUV104.85134.86121.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30%
GREEN value IS 107 (42.19% from 255) = 33.44%
BLUE value IS 117 (46.09% from 255) = 36.56%
R=30%
G=33.44%
B=36.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal961071170.180.0900.54208.579.8641.76
Hex606B75129036d1a2a
Octal14015316522110663211252
Binary1100000110101111101011001010010110110110100011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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