Shades of Comet #66677C
Tints of Comet #66677C
RGB
CMYK
RGB Variations
Color information
#66677C (or 0x66677C) is known color: Comet. HEX triplet: 66, 67 and 7C. RGB value is (102,103,124). Sum of RGB (Red+Green+Blue) = 102+103+124=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 124 - color contains mainly: blue. Hex color #66677C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66677C is #999883. Grayscale: #696969. Windows color (decimal): -10066052 or 8152934. OLE color: 8152934.
HSL color Cylindrical-coordinate representation of color #66677C: hue angle of 237.27º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #66677C is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 103 | 124 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.51 |
| HSL | 237.27º | 0.1% | 0.44% | - |
| HSV(B) | 237.27º | 0.18% | 0.49% | - |
| XYZ | 13.97 | 13.98 | 21.03 | - |
| YUV | 105.1 | 138.67 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 103 | 124 | 0.18 | 0.17 | 0 | 0.51 | 237.27 | 0.1 | 0.44 |
| Hex | 66 | 67 | 7C | 12 | 11 | 0 | 33 | ED | A | 2C |
| Octal | 146 | 147 | 174 | 22 | 21 | 0 | 63 | 355 | 12 | 54 |
| Binary | 1100110 | 1100111 | 1111100 | 10010 | 10001 | 0 | 110011 | 11101101 | 1010 | 101100 |
Color Harmonies of #66677C
Complementary color
Monochromatic Colors of #66677C
Black with #66677C
Text Example
Text Example
White with #66677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66677C; }
p { color: rgb(102,103,124); }
H1.HeaderClassName
{
color: #66677C;
}
.AnyTagClassName
{
color: #66677C;
}
</style>
background-color css
<style>
a { background-color: #66677C; }
a { background-color: rgb(102,103,124); }
div.DivClassName
{
background-color: #66677C;
}
.BgClassName
{
background-color: #66677C;
}
</style>
border-color css
<style>
span { border-color: #66677C; }
span { border-color: rgb(102,103,124); }
td.TdClassName
{
border-color: #66677C;
}
.TagClassName
{
border-color: #66677C;
}
</style>