Shades of Comet #66677D
Tints of Comet #66677D
RGB
CMYK
RGB Variations
Color information
#66677D (or 0x66677D) is known color: Comet. HEX triplet: 66, 67 and 7D. RGB value is (102,103,125). Sum of RGB (Red+Green+Blue) = 102+103+125=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 125 - color contains mainly: blue. Hex color #66677D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66677D is #999882. Grayscale: #696969. Windows color (decimal): -10066051 or 8218470. OLE color: 8218470.
HSL color Cylindrical-coordinate representation of color #66677D: hue angle of 237.39º 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 #66677D is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 103 | 125 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.51 |
| HSL | 237.39º | 0.1% | 0.45% | - |
| HSV(B) | 237.39º | 0.18% | 0.49% | - |
| XYZ | 14.03 | 14.01 | 21.37 | - |
| YUV | 105.21 | 139.17 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 103 | 125 | 0.18 | 0.18 | 0 | 0.51 | 237.39 | 0.1 | 0.45 |
| Hex | 66 | 67 | 7D | 12 | 12 | 0 | 33 | ED | A | 2D |
| Octal | 146 | 147 | 175 | 22 | 22 | 0 | 63 | 355 | 12 | 55 |
| Binary | 1100110 | 1100111 | 1111101 | 10010 | 10010 | 0 | 110011 | 11101101 | 1010 | 101101 |
Color Harmonies of #66677D
Complementary color
Monochromatic Colors of #66677D
Black with #66677D
Text Example
Text Example
White with #66677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66677D; }
p { color: rgb(102,103,125); }
H1.HeaderClassName
{
color: #66677D;
}
.AnyTagClassName
{
color: #66677D;
}
</style>
background-color css
<style>
a { background-color: #66677D; }
a { background-color: rgb(102,103,125); }
div.DivClassName
{
background-color: #66677D;
}
.BgClassName
{
background-color: #66677D;
}
</style>
border-color css
<style>
span { border-color: #66677D; }
span { border-color: rgb(102,103,125); }
td.TdClassName
{
border-color: #66677D;
}
.TagClassName
{
border-color: #66677D;
}
</style>