#606B76

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

Shades of Shuttle Grey #606B76

Tints of Shuttle Grey #606B76

Color information

#606B76 (or 0x606B76) is unknown color: approx Shuttle Grey. HEX triplet: 60, 6B and 76. RGB value is (96,107,118). Sum of RGB (Red+Green+Blue) = 96+107+118=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 118 - color contains mainly: blue. Hex color #606B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606B76 is #9F9489. Grayscale: #686868. Windows color (decimal): -10458250 or 7760736. OLE color: 7760736.

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

Color convert

RGB96107118-
CMYK0.190.0900.54
HSL210º10.28%41.96%-
HSV(B)210º18.64%46.27%-
XYZ13.3514.3119.2-
YUV104.96135.36121.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.91%
GREEN value IS 107 (42.19% from 255) = 33.33%
BLUE value IS 118 (46.48% from 255) = 36.76%
R=29.91%
G=33.33%
B=36.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal961071180.190.0900.5421010.2841.96
Hex606B76139036d2a2a
Octal14015316623110663221252
Binary1100000110101111101101001110010110110110100101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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