Shades of Comet #65697E
Tints of Comet #65697E
RGB
CMYK
RGB Variations
Color information
#65697E (or 0x65697E) is known color: Comet. HEX triplet: 65, 69 and 7E. RGB value is (101,105,126). Sum of RGB (Red+Green+Blue) = 101+105+126=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 126 - color contains mainly: blue. Hex color #65697E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65697E is #9A9681. Grayscale: #6A6A6A. Windows color (decimal): -10131074 or 8284517. OLE color: 8284517.
HSL color Cylindrical-coordinate representation of color #65697E: hue angle of 230.4º 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 #65697E is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 105 | 126 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.51 |
| HSL | 230.4º | 0.11% | 0.45% | - |
| HSV(B) | 230.4º | 0.2% | 0.49% | - |
| XYZ | 14.18 | 14.38 | 21.77 | - |
| YUV | 106.2 | 139.17 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 105 | 126 | 0.20 | 0.17 | 0 | 0.51 | 230.4 | 0.11 | 0.45 |
| Hex | 65 | 69 | 7E | 14 | 11 | 0 | 33 | E6 | B | 2D |
| Octal | 145 | 151 | 176 | 24 | 21 | 0 | 63 | 346 | 13 | 55 |
| Binary | 1100101 | 1101001 | 1111110 | 10100 | 10001 | 0 | 110011 | 11100110 | 1011 | 101101 |
Color Harmonies of #65697E
Complementary color
Monochromatic Colors of #65697E
Black with #65697E
Text Example
Text Example
White with #65697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65697E; }
p { color: rgb(101,105,126); }
H1.HeaderClassName
{
color: #65697E;
}
.AnyTagClassName
{
color: #65697E;
}
</style>
background-color css
<style>
a { background-color: #65697E; }
a { background-color: rgb(101,105,126); }
div.DivClassName
{
background-color: #65697E;
}
.BgClassName
{
background-color: #65697E;
}
</style>
border-color css
<style>
span { border-color: #65697E; }
span { border-color: rgb(101,105,126); }
td.TdClassName
{
border-color: #65697E;
}
.TagClassName
{
border-color: #65697E;
}
</style>