Shades of Comet #65666A
Tints of Comet #65666A
RGB
CMYK
RGB Variations
Color information
#65666A (or 0x65666A) is known color: Comet. HEX triplet: 65, 66 and 6A. RGB value is (101,102,106). Sum of RGB (Red+Green+Blue) = 101+102+106=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 106 - color contains mainly: blue. Hex color #65666A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65666A is #9A9995. Grayscale: #666666. Windows color (decimal): -10131862 or 6973029. OLE color: 6973029.
HSL color Cylindrical-coordinate representation of color #65666A: hue angle of 228º degrees, saturation: 0.02, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #65666A is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 102 | 106 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.58 |
| HSL | 228º | 0.02% | 0.41% | - |
| HSV(B) | 228º | 0.05% | 0.42% | - |
| XYZ | 12.72 | 13.31 | 15.53 | - |
| YUV | 102.16 | 130.17 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 102 | 106 | 0.05 | 0.04 | 0 | 0.58 | 228 | 0.02 | 0.41 |
| Hex | 65 | 66 | 6A | 5 | 4 | 0 | 3A | E4 | 2 | 29 |
| Octal | 145 | 146 | 152 | 5 | 4 | 0 | 72 | 344 | 2 | 51 |
| Binary | 1100101 | 1100110 | 1101010 | 101 | 100 | 0 | 111010 | 11100100 | 10 | 101001 |
Color Harmonies of #65666A
Complementary color
Monochromatic Colors of #65666A
Black with #65666A
Text Example
Text Example
White with #65666A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65666A; }
p { color: rgb(101,102,106); }
H1.HeaderClassName
{
color: #65666A;
}
.AnyTagClassName
{
color: #65666A;
}
</style>
background-color css
<style>
a { background-color: #65666A; }
a { background-color: rgb(101,102,106); }
div.DivClassName
{
background-color: #65666A;
}
.BgClassName
{
background-color: #65666A;
}
</style>
border-color css
<style>
span { border-color: #65666A; }
span { border-color: rgb(101,102,106); }
td.TdClassName
{
border-color: #65666A;
}
.TagClassName
{
border-color: #65666A;
}
</style>