Shades of Comet #65647F
Tints of Comet #65647F
RGB
CMYK
RGB Variations
Color information
#65647F (or 0x65647F) is known color: Comet. HEX triplet: 65, 64 and 7F. RGB value is (101,100,127). Sum of RGB (Red+Green+Blue) = 101+100+127=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 127 - color contains mainly: blue. Hex color #65647F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65647F is #9A9B80. Grayscale: #676767. Windows color (decimal): -10132353 or 8348773. OLE color: 8348773.
HSL color Cylindrical-coordinate representation of color #65647F: hue angle of 242.22º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #65647F is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 100 | 127 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.50 |
| HSL | 242.22º | 0.12% | 0.45% | - |
| HSV(B) | 242.22º | 0.21% | 0.5% | - |
| XYZ | 13.75 | 13.41 | 21.94 | - |
| YUV | 103.38 | 141.33 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 100 | 127 | 0.20 | 0.21 | 0 | 0.50 | 242.22 | 0.12 | 0.45 |
| Hex | 65 | 64 | 7F | 14 | 15 | 0 | 32 | F2 | C | 2D |
| Octal | 145 | 144 | 177 | 24 | 25 | 0 | 62 | 362 | 14 | 55 |
| Binary | 1100101 | 1100100 | 1111111 | 10100 | 10101 | 0 | 110010 | 11110010 | 1100 | 101101 |
Color Harmonies of #65647F
Complementary color
Monochromatic Colors of #65647F
Black with #65647F
Text Example
Text Example
White with #65647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65647F; }
p { color: rgb(101,100,127); }
H1.HeaderClassName
{
color: #65647F;
}
.AnyTagClassName
{
color: #65647F;
}
</style>
background-color css
<style>
a { background-color: #65647F; }
a { background-color: rgb(101,100,127); }
div.DivClassName
{
background-color: #65647F;
}
.BgClassName
{
background-color: #65647F;
}
</style>
border-color css
<style>
span { border-color: #65647F; }
span { border-color: rgb(101,100,127); }
td.TdClassName
{
border-color: #65647F;
}
.TagClassName
{
border-color: #65647F;
}
</style>