Shades of Comet #65676F
Tints of Comet #65676F
RGB
CMYK
RGB Variations
Color information
#65676F (or 0x65676F) is known color: Comet. HEX triplet: 65, 67 and 6F. RGB value is (101,103,111). Sum of RGB (Red+Green+Blue) = 101+103+111=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 111 - color contains mainly: blue. Hex color #65676F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65676F is #9A9890. Grayscale: #676767. Windows color (decimal): -10131601 or 7300965. OLE color: 7300965.
HSL color Cylindrical-coordinate representation of color #65676F: hue angle of 228º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #65676F is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 103 | 111 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.56 |
| HSL | 228º | 0.05% | 0.42% | - |
| HSV(B) | 228º | 0.09% | 0.44% | - |
| XYZ | 13.09 | 13.61 | 16.98 | - |
| YUV | 103.31 | 132.34 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 103 | 111 | 0.09 | 0.07 | 0 | 0.56 | 228 | 0.05 | 0.42 |
| Hex | 65 | 67 | 6F | 9 | 7 | 0 | 38 | E4 | 5 | 2A |
| Octal | 145 | 147 | 157 | 11 | 7 | 0 | 70 | 344 | 5 | 52 |
| Binary | 1100101 | 1100111 | 1101111 | 1001 | 111 | 0 | 111000 | 11100100 | 101 | 101010 |
Color Harmonies of #65676F
Complementary color
Monochromatic Colors of #65676F
Black with #65676F
Text Example
Text Example
White with #65676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65676F; }
p { color: rgb(101,103,111); }
H1.HeaderClassName
{
color: #65676F;
}
.AnyTagClassName
{
color: #65676F;
}
</style>
background-color css
<style>
a { background-color: #65676F; }
a { background-color: rgb(101,103,111); }
div.DivClassName
{
background-color: #65676F;
}
.BgClassName
{
background-color: #65676F;
}
</style>
border-color css
<style>
span { border-color: #65676F; }
span { border-color: rgb(101,103,111); }
td.TdClassName
{
border-color: #65676F;
}
.TagClassName
{
border-color: #65676F;
}
</style>