Shades of Comet #66687B
Tints of Comet #66687B
RGB
CMYK
RGB Variations
Color information
#66687B (or 0x66687B) is known color: Comet. HEX triplet: 66, 68 and 7B. RGB value is (102,104,123). Sum of RGB (Red+Green+Blue) = 102+104+123=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 123 - color contains mainly: blue. Hex color #66687B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66687B is #999784. Grayscale: #696969. Windows color (decimal): -10065797 or 8087654. OLE color: 8087654.
HSL color Cylindrical-coordinate representation of color #66687B: hue angle of 234.29º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #66687B is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 104 | 123 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.52 |
| HSL | 234.29º | 0.09% | 0.44% | - |
| HSV(B) | 234.29º | 0.17% | 0.48% | - |
| XYZ | 14 | 14.16 | 20.73 | - |
| YUV | 105.57 | 137.84 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 123 | 0.17 | 0.15 | 0 | 0.52 | 234.29 | 0.09 | 0.44 |
| Hex | 66 | 68 | 7B | 11 | F | 0 | 34 | EA | 9 | 2C |
| Octal | 146 | 150 | 173 | 21 | 17 | 0 | 64 | 352 | 11 | 54 |
| Binary | 1100110 | 1101000 | 1111011 | 10001 | 1111 | 0 | 110100 | 11101010 | 1001 | 101100 |
Color Harmonies of #66687B
Complementary color
Monochromatic Colors of #66687B
Black with #66687B
Text Example
Text Example
White with #66687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66687B; }
p { color: rgb(102,104,123); }
H1.HeaderClassName
{
color: #66687B;
}
.AnyTagClassName
{
color: #66687B;
}
</style>
background-color css
<style>
a { background-color: #66687B; }
a { background-color: rgb(102,104,123); }
div.DivClassName
{
background-color: #66687B;
}
.BgClassName
{
background-color: #66687B;
}
</style>
border-color css
<style>
span { border-color: #66687B; }
span { border-color: rgb(102,104,123); }
td.TdClassName
{
border-color: #66687B;
}
.TagClassName
{
border-color: #66687B;
}
</style>