Shades of Shuttle Grey #666768
Tints of Shuttle Grey #666768
RGB
CMYK
RGB Variations
Color information
#666768 (or 0x666768) is known color: Shuttle Grey. HEX triplet: 66, 67 and 68. RGB value is (102,103,104). Sum of RGB (Red+Green+Blue) = 102+103+104=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 104 - color contains mainly: blue. Hex color #666768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666768 is #999897. Grayscale: #666666. Windows color (decimal): -10066072 or 6842214. OLE color: 6842214.
HSL color Cylindrical-coordinate representation of color #666768: hue angle of 210º degrees, saturation: 0.01, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #666768 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
RGB | 102 | 103 | 104 | - |
CMYK | 0.02 | 0.01 | 0 | 0.59 |
HSL | 210º | 0.01% | 0.4% | - |
HSV(B) | 210º | 0.02% | 0.41% | - |
XYZ | 12.83 | 13.52 | 15.03 | - |
YUV | 102.82 | 128.67 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 102 | 103 | 104 | 0.02 | 0.01 | 0 | 0.59 | 210 | 0.01 | 0.4 |
Hex | 66 | 67 | 68 | 2 | 1 | 0 | 3B | D2 | 1 | 28 |
Octal | 146 | 147 | 150 | 2 | 1 | 0 | 73 | 322 | 1 | 50 |
Binary | 1100110 | 1100111 | 1101000 | 10 | 1 | 0 | 111011 | 11010010 | 1 | 101000 |
Color Harmonies of #666768
Complementary color
Monochromatic Colors of #666768
Black with #666768
Text Example
Text Example
White with #666768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666768; }
p { color: rgb(102,103,104); }
H1.HeaderClassName
{
color: #666768;
}
.AnyTagClassName
{
color: #666768;
}
</style>
background-color css
<style>
a { background-color: #666768; }
a { background-color: rgb(102,103,104); }
div.DivClassName
{
background-color: #666768;
}
.BgClassName
{
background-color: #666768;
}
</style>
border-color css
<style>
span { border-color: #666768; }
span { border-color: rgb(102,103,104); }
td.TdClassName
{
border-color: #666768;
}
.TagClassName
{
border-color: #666768;
}
</style>