Shades of Comet #696B76
Tints of Comet #696B76
RGB
CMYK
RGB Variations
Color information
#696B76 (or 0x696B76) is known color: Comet. HEX triplet: 69, 6B and 76. RGB value is (105,107,118). Sum of RGB (Red+Green+Blue) = 105+107+118=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 118 - color contains mainly: blue. Hex color #696B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696B76 is #969489. Grayscale: #6B6B6B. Windows color (decimal): -9868426 or 7760745. OLE color: 7760745.
HSL color Cylindrical-coordinate representation of color #696B76: hue angle of 230.77º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #696B76 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 107 | 118 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.54 |
| HSL | 230.77º | 0.06% | 0.44% | - |
| HSV(B) | 230.77º | 0.11% | 0.46% | - |
| XYZ | 14.35 | 14.83 | 19.24 | - |
| YUV | 107.66 | 133.84 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 118 | 0.11 | 0.09 | 0 | 0.54 | 230.77 | 0.06 | 0.44 |
| Hex | 69 | 6B | 76 | B | 9 | 0 | 36 | E7 | 6 | 2C |
| Octal | 151 | 153 | 166 | 13 | 11 | 0 | 66 | 347 | 6 | 54 |
| Binary | 1101001 | 1101011 | 1110110 | 1011 | 1001 | 0 | 110110 | 11100111 | 110 | 101100 |
Color Harmonies of #696B76
Complementary color
Monochromatic Colors of #696B76
Black with #696B76
Text Example
Text Example
White with #696B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696B76; }
p { color: rgb(105,107,118); }
H1.HeaderClassName
{
color: #696B76;
}
.AnyTagClassName
{
color: #696B76;
}
</style>
background-color css
<style>
a { background-color: #696B76; }
a { background-color: rgb(105,107,118); }
div.DivClassName
{
background-color: #696B76;
}
.BgClassName
{
background-color: #696B76;
}
</style>
border-color css
<style>
span { border-color: #696B76; }
span { border-color: rgb(105,107,118); }
td.TdClassName
{
border-color: #696B76;
}
.TagClassName
{
border-color: #696B76;
}
</style>