Shades of Comet #66667D
Tints of Comet #66667D
RGB
CMYK
RGB Variations
Color information
#66667D (or 0x66667D) is known color: Comet. HEX triplet: 66, 66 and 7D. RGB value is (102,102,125). Sum of RGB (Red+Green+Blue) = 102+102+125=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 125 - color contains mainly: blue. Hex color #66667D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66667D is #999982. Grayscale: #686868. Windows color (decimal): -10066307 or 8218214. OLE color: 8218214.
HSL color Cylindrical-coordinate representation of color #66667D: hue angle of 240º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #66667D is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 102 | 125 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.51 |
| HSL | 240º | 0.1% | 0.45% | - |
| HSV(B) | 240º | 0.18% | 0.49% | - |
| XYZ | 13.93 | 13.81 | 21.33 | - |
| YUV | 104.62 | 139.5 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 102 | 125 | 0.18 | 0.18 | 0 | 0.51 | 240 | 0.1 | 0.45 |
| Hex | 66 | 66 | 7D | 12 | 12 | 0 | 33 | F0 | A | 2D |
| Octal | 146 | 146 | 175 | 22 | 22 | 0 | 63 | 360 | 12 | 55 |
| Binary | 1100110 | 1100110 | 1111101 | 10010 | 10010 | 0 | 110011 | 11110000 | 1010 | 101101 |
Color Harmonies of #66667D
Complementary color
Monochromatic Colors of #66667D
Black with #66667D
Text Example
Text Example
White with #66667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66667D; }
p { color: rgb(102,102,125); }
H1.HeaderClassName
{
color: #66667D;
}
.AnyTagClassName
{
color: #66667D;
}
</style>
background-color css
<style>
a { background-color: #66667D; }
a { background-color: rgb(102,102,125); }
div.DivClassName
{
background-color: #66667D;
}
.BgClassName
{
background-color: #66667D;
}
</style>
border-color css
<style>
span { border-color: #66667D; }
span { border-color: rgb(102,102,125); }
td.TdClassName
{
border-color: #66667D;
}
.TagClassName
{
border-color: #66667D;
}
</style>