Shades of Comet #66678D
Tints of Comet #66678D
RGB
CMYK
RGB Variations
Color information
#66678D (or 0x66678D) is known color: Comet. HEX triplet: 66, 67 and 8D. RGB value is (102,103,141). Sum of RGB (Red+Green+Blue) = 102+103+141=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 141 - color contains mainly: blue. Hex color #66678D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66678D is #999872. Grayscale: #6A6A6A. Windows color (decimal): -10066035 or 9267046. OLE color: 9267046.
HSL color Cylindrical-coordinate representation of color #66678D: hue angle of 238.46º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #66678D is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 103 | 141 | - |
| CMYK | 0.28 | 0.27 | 0 | 0.45 |
| HSL | 238.46º | 0.16% | 0.48% | - |
| HSV(B) | 238.46º | 0.28% | 0.55% | - |
| XYZ | 15.14 | 14.45 | 27.19 | - |
| YUV | 107.03 | 147.17 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 103 | 141 | 0.28 | 0.27 | 0 | 0.45 | 238.46 | 0.16 | 0.48 |
| Hex | 66 | 67 | 8D | 1C | 1B | 0 | 2D | EE | 10 | 30 |
| Octal | 146 | 147 | 215 | 34 | 33 | 0 | 55 | 356 | 20 | 60 |
| Binary | 1100110 | 1100111 | 10001101 | 11100 | 11011 | 0 | 101101 | 11101110 | 10000 | 110000 |
Color Harmonies of #66678D
Complementary color
Monochromatic Colors of #66678D
Black with #66678D
Text Example
Text Example
White with #66678D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66678D; }
p { color: rgb(102,103,141); }
H1.HeaderClassName
{
color: #66678D;
}
.AnyTagClassName
{
color: #66678D;
}
</style>
background-color css
<style>
a { background-color: #66678D; }
a { background-color: rgb(102,103,141); }
div.DivClassName
{
background-color: #66678D;
}
.BgClassName
{
background-color: #66678D;
}
</style>
border-color css
<style>
span { border-color: #66678D; }
span { border-color: rgb(102,103,141); }
td.TdClassName
{
border-color: #66678D;
}
.TagClassName
{
border-color: #66678D;
}
</style>