Shades of Comet #66678B
Tints of Comet #66678B
RGB
CMYK
RGB Variations
Color information
#66678B (or 0x66678B) is known color: Comet. HEX triplet: 66, 67 and 8B. RGB value is (102,103,139). Sum of RGB (Red+Green+Blue) = 102+103+139=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #66678B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66678B is #999874. Grayscale: #6A6A6A. Windows color (decimal): -10066037 or 9135974. OLE color: 9135974.
HSL color Cylindrical-coordinate representation of color #66678B: hue angle of 238.38º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66678B is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 103 | 139 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.45 |
| HSL | 238.38º | 0.15% | 0.47% | - |
| HSV(B) | 238.38º | 0.27% | 0.55% | - |
| XYZ | 14.99 | 14.39 | 26.41 | - |
| YUV | 106.81 | 146.17 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 103 | 139 | 0.27 | 0.26 | 0 | 0.45 | 238.38 | 0.15 | 0.47 |
| Hex | 66 | 67 | 8B | 1B | 1A | 0 | 2D | EE | F | 2F |
| Octal | 146 | 147 | 213 | 33 | 32 | 0 | 55 | 356 | 17 | 57 |
| Binary | 1100110 | 1100111 | 10001011 | 11011 | 11010 | 0 | 101101 | 11101110 | 1111 | 101111 |
Color Harmonies of #66678B
Complementary color
Monochromatic Colors of #66678B
Black with #66678B
Text Example
Text Example
White with #66678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66678B; }
p { color: rgb(102,103,139); }
H1.HeaderClassName
{
color: #66678B;
}
.AnyTagClassName
{
color: #66678B;
}
</style>
background-color css
<style>
a { background-color: #66678B; }
a { background-color: rgb(102,103,139); }
div.DivClassName
{
background-color: #66678B;
}
.BgClassName
{
background-color: #66678B;
}
</style>
border-color css
<style>
span { border-color: #66678B; }
span { border-color: rgb(102,103,139); }
td.TdClassName
{
border-color: #66678B;
}
.TagClassName
{
border-color: #66678B;
}
</style>