Shades of Comet #66667F
Tints of Comet #66667F
RGB
CMYK
RGB Variations
Color information
#66667F (or 0x66667F) is known color: Comet. HEX triplet: 66, 66 and 7F. RGB value is (102,102,127). Sum of RGB (Red+Green+Blue) = 102+102+127=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 127 - color contains mainly: blue. Hex color #66667F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66667F is #999980. Grayscale: #686868. Windows color (decimal): -10066305 or 8349286. OLE color: 8349286.
HSL color Cylindrical-coordinate representation of color #66667F: hue angle of 240º 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 #66667F is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 102 | 127 | - |
| CMYK | 0.20 | 0.20 | 0 | 0.50 |
| HSL | 240º | 0.11% | 0.45% | - |
| HSV(B) | 240º | 0.2% | 0.5% | - |
| XYZ | 14.06 | 13.86 | 22.01 | - |
| YUV | 104.85 | 140.5 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 102 | 127 | 0.20 | 0.20 | 0 | 0.50 | 240 | 0.11 | 0.45 |
| Hex | 66 | 66 | 7F | 14 | 14 | 0 | 32 | F0 | B | 2D |
| Octal | 146 | 146 | 177 | 24 | 24 | 0 | 62 | 360 | 13 | 55 |
| Binary | 1100110 | 1100110 | 1111111 | 10100 | 10100 | 0 | 110010 | 11110000 | 1011 | 101101 |
Color Harmonies of #66667F
Complementary color
Monochromatic Colors of #66667F
Black with #66667F
Text Example
Text Example
White with #66667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66667F; }
p { color: rgb(102,102,127); }
H1.HeaderClassName
{
color: #66667F;
}
.AnyTagClassName
{
color: #66667F;
}
</style>
background-color css
<style>
a { background-color: #66667F; }
a { background-color: rgb(102,102,127); }
div.DivClassName
{
background-color: #66667F;
}
.BgClassName
{
background-color: #66667F;
}
</style>
border-color css
<style>
span { border-color: #66667F; }
span { border-color: rgb(102,102,127); }
td.TdClassName
{
border-color: #66667F;
}
.TagClassName
{
border-color: #66667F;
}
</style>