Shades of Shuttle Grey #67696E
Tints of Shuttle Grey #67696E
RGB
CMYK
RGB Variations
Color information
#67696E (or 0x67696E) is known color: Shuttle Grey. HEX triplet: 67, 69 and 6E. RGB value is (103,105,110). Sum of RGB (Red+Green+Blue) = 103+105+110=318 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.39% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 110 - color contains mainly: blue. Hex color #67696E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67696E is #989691. Grayscale: #686868. Windows color (decimal): -10000018 or 7235943. OLE color: 7235943.
HSL color Cylindrical-coordinate representation of color #67696E: hue angle of 222.86º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #67696E is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 105 | 110 | - |
| CMYK | 0.06 | 0.05 | 0 | 0.57 |
| HSL | 222.86º | 0.03% | 0.42% | - |
| HSV(B) | 222.86º | 0.06% | 0.43% | - |
| XYZ | 13.46 | 14.11 | 16.77 | - |
| YUV | 104.97 | 130.84 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 105 | 110 | 0.06 | 0.05 | 0 | 0.57 | 222.86 | 0.03 | 0.42 |
| Hex | 67 | 69 | 6E | 6 | 5 | 0 | 39 | DF | 3 | 2A |
| Octal | 147 | 151 | 156 | 6 | 5 | 0 | 71 | 337 | 3 | 52 |
| Binary | 1100111 | 1101001 | 1101110 | 110 | 101 | 0 | 111001 | 11011111 | 11 | 101010 |
Color Harmonies of #67696E
Complementary color
Monochromatic Colors of #67696E
Black with #67696E
Text Example
Text Example
White with #67696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67696E; }
p { color: rgb(103,105,110); }
H1.HeaderClassName
{
color: #67696E;
}
.AnyTagClassName
{
color: #67696E;
}
</style>
background-color css
<style>
a { background-color: #67696E; }
a { background-color: rgb(103,105,110); }
div.DivClassName
{
background-color: #67696E;
}
.BgClassName
{
background-color: #67696E;
}
</style>
border-color css
<style>
span { border-color: #67696E; }
span { border-color: rgb(103,105,110); }
td.TdClassName
{
border-color: #67696E;
}
.TagClassName
{
border-color: #67696E;
}
</style>