Shades of Comet #66677F
Tints of Comet #66677F
RGB
CMYK
RGB Variations
Color information
#66677F (or 0x66677F) is known color: Comet. HEX triplet: 66, 67 and 7F. RGB value is (102,103,127). Sum of RGB (Red+Green+Blue) = 102+103+127=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 127 - color contains mainly: blue. Hex color #66677F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66677F is #999880. Grayscale: #696969. Windows color (decimal): -10066049 or 8349542. OLE color: 8349542.
HSL color Cylindrical-coordinate representation of color #66677F: hue angle of 237.6º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #66677F is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 103 | 127 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.50 |
| HSL | 237.6º | 0.11% | 0.45% | - |
| HSV(B) | 237.6º | 0.2% | 0.5% | - |
| XYZ | 14.16 | 14.06 | 22.05 | - |
| YUV | 105.44 | 140.17 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 103 | 127 | 0.20 | 0.19 | 0 | 0.50 | 237.6 | 0.11 | 0.45 |
| Hex | 66 | 67 | 7F | 14 | 13 | 0 | 32 | EE | B | 2D |
| Octal | 146 | 147 | 177 | 24 | 23 | 0 | 62 | 356 | 13 | 55 |
| Binary | 1100110 | 1100111 | 1111111 | 10100 | 10011 | 0 | 110010 | 11101110 | 1011 | 101101 |
Color Harmonies of #66677F
Complementary color
Monochromatic Colors of #66677F
Black with #66677F
Text Example
Text Example
White with #66677F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66677F; }
p { color: rgb(102,103,127); }
H1.HeaderClassName
{
color: #66677F;
}
.AnyTagClassName
{
color: #66677F;
}
</style>
background-color css
<style>
a { background-color: #66677F; }
a { background-color: rgb(102,103,127); }
div.DivClassName
{
background-color: #66677F;
}
.BgClassName
{
background-color: #66677F;
}
</style>
border-color css
<style>
span { border-color: #66677F; }
span { border-color: rgb(102,103,127); }
td.TdClassName
{
border-color: #66677F;
}
.TagClassName
{
border-color: #66677F;
}
</style>