Shades of Comet #65687E
Tints of Comet #65687E
RGB
CMYK
RGB Variations
Color information
#65687E (or 0x65687E) is known color: Comet. HEX triplet: 65, 68 and 7E. RGB value is (101,104,126). Sum of RGB (Red+Green+Blue) = 101+104+126=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 126 - color contains mainly: blue. Hex color #65687E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65687E is #9A9781. Grayscale: #696969. Windows color (decimal): -10131330 or 8284261. OLE color: 8284261.
HSL color Cylindrical-coordinate representation of color #65687E: hue angle of 232.8º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #65687E is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 104 | 126 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.51 |
| HSL | 232.8º | 0.11% | 0.45% | - |
| HSV(B) | 232.8º | 0.2% | 0.49% | - |
| XYZ | 14.08 | 14.17 | 21.73 | - |
| YUV | 105.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 126 | 0.20 | 0.17 | 0 | 0.51 | 232.8 | 0.11 | 0.45 |
| Hex | 65 | 68 | 7E | 14 | 11 | 0 | 33 | E9 | B | 2D |
| Octal | 145 | 150 | 176 | 24 | 21 | 0 | 63 | 351 | 13 | 55 |
| Binary | 1100101 | 1101000 | 1111110 | 10100 | 10001 | 0 | 110011 | 11101001 | 1011 | 101101 |
Color Harmonies of #65687E
Complementary color
Monochromatic Colors of #65687E
Black with #65687E
Text Example
Text Example
White with #65687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65687E; }
p { color: rgb(101,104,126); }
H1.HeaderClassName
{
color: #65687E;
}
.AnyTagClassName
{
color: #65687E;
}
</style>
background-color css
<style>
a { background-color: #65687E; }
a { background-color: rgb(101,104,126); }
div.DivClassName
{
background-color: #65687E;
}
.BgClassName
{
background-color: #65687E;
}
</style>
border-color css
<style>
span { border-color: #65687E; }
span { border-color: rgb(101,104,126); }
td.TdClassName
{
border-color: #65687E;
}
.TagClassName
{
border-color: #65687E;
}
</style>