Shades of Comet #66677A
Tints of Comet #66677A
RGB
CMYK
RGB Variations
Color information
#66677A (or 0x66677A) is known color: Comet. HEX triplet: 66, 67 and 7A. RGB value is (102,103,122). Sum of RGB (Red+Green+Blue) = 102+103+122=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 122 - color contains mainly: blue. Hex color #66677A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66677A is #999885. Grayscale: #686868. Windows color (decimal): -10066054 or 8021862. OLE color: 8021862.
HSL color Cylindrical-coordinate representation of color #66677A: hue angle of 237º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #66677A is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 103 | 122 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.52 |
| HSL | 237º | 0.09% | 0.44% | - |
| HSV(B) | 237º | 0.16% | 0.48% | - |
| XYZ | 13.84 | 13.93 | 20.37 | - |
| YUV | 104.87 | 137.67 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 103 | 122 | 0.16 | 0.16 | 0 | 0.52 | 237 | 0.09 | 0.44 |
| Hex | 66 | 67 | 7A | 10 | 10 | 0 | 34 | ED | 9 | 2C |
| Octal | 146 | 147 | 172 | 20 | 20 | 0 | 64 | 355 | 11 | 54 |
| Binary | 1100110 | 1100111 | 1111010 | 10000 | 10000 | 0 | 110100 | 11101101 | 1001 | 101100 |
Color Harmonies of #66677A
Complementary color
Monochromatic Colors of #66677A
Black with #66677A
Text Example
Text Example
White with #66677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66677A; }
p { color: rgb(102,103,122); }
H1.HeaderClassName
{
color: #66677A;
}
.AnyTagClassName
{
color: #66677A;
}
</style>
background-color css
<style>
a { background-color: #66677A; }
a { background-color: rgb(102,103,122); }
div.DivClassName
{
background-color: #66677A;
}
.BgClassName
{
background-color: #66677A;
}
</style>
border-color css
<style>
span { border-color: #66677A; }
span { border-color: rgb(102,103,122); }
td.TdClassName
{
border-color: #66677A;
}
.TagClassName
{
border-color: #66677A;
}
</style>