Shades of Comet #696C81
Tints of Comet #696C81
RGB
CMYK
RGB Variations
Color information
#696C81 (or 0x696C81) is known color: Comet. HEX triplet: 69, 6C and 81. RGB value is (105,108,129). Sum of RGB (Red+Green+Blue) = 105+108+129=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 129 - color contains mainly: blue. Hex color #696C81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696C81 is #96937E. Grayscale: #6D6D6D. Windows color (decimal): -9868159 or 8481897. OLE color: 8481897.
HSL color Cylindrical-coordinate representation of color #696C81: hue angle of 232.5º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #696C81 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 108 | 129 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.49 |
| HSL | 232.5º | 0.1% | 0.46% | - |
| HSV(B) | 232.5º | 0.19% | 0.51% | - |
| XYZ | 15.15 | 15.31 | 22.93 | - |
| YUV | 109.5 | 139.01 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 108 | 129 | 0.19 | 0.16 | 0 | 0.49 | 232.5 | 0.1 | 0.46 |
| Hex | 69 | 6C | 81 | 13 | 10 | 0 | 31 | E8 | A | 2E |
| Octal | 151 | 154 | 201 | 23 | 20 | 0 | 61 | 350 | 12 | 56 |
| Binary | 1101001 | 1101100 | 10000001 | 10011 | 10000 | 0 | 110001 | 11101000 | 1010 | 101110 |
Color Harmonies of #696C81
Complementary color
Monochromatic Colors of #696C81
Black with #696C81
Text Example
Text Example
White with #696C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696C81; }
p { color: rgb(105,108,129); }
H1.HeaderClassName
{
color: #696C81;
}
.AnyTagClassName
{
color: #696C81;
}
</style>
background-color css
<style>
a { background-color: #696C81; }
a { background-color: rgb(105,108,129); }
div.DivClassName
{
background-color: #696C81;
}
.BgClassName
{
background-color: #696C81;
}
</style>
border-color css
<style>
span { border-color: #696C81; }
span { border-color: rgb(105,108,129); }
td.TdClassName
{
border-color: #696C81;
}
.TagClassName
{
border-color: #696C81;
}
</style>