Shades of Comet #696888
Tints of Comet #696888
RGB
CMYK
RGB Variations
Color information
#696888 (or 0x696888) is known color: Comet. HEX triplet: 69, 68 and 88. RGB value is (105,104,136). Sum of RGB (Red+Green+Blue) = 105+104+136=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 136 - color contains mainly: blue. Hex color #696888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696888 is #969777. Grayscale: #6B6B6B. Windows color (decimal): -9869176 or 8939625. OLE color: 8939625.
HSL color Cylindrical-coordinate representation of color #696888: hue angle of 241.88º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #696888 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 104 | 136 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.47 |
| HSL | 241.88º | 0.13% | 0.47% | - |
| HSV(B) | 241.88º | 0.24% | 0.53% | - |
| XYZ | 15.22 | 14.68 | 25.32 | - |
| YUV | 107.95 | 143.83 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 136 | 0.23 | 0.24 | 0 | 0.47 | 241.88 | 0.13 | 0.47 |
| Hex | 69 | 68 | 88 | 17 | 18 | 0 | 2F | F2 | D | 2F |
| Octal | 151 | 150 | 210 | 27 | 30 | 0 | 57 | 362 | 15 | 57 |
| Binary | 1101001 | 1101000 | 10001000 | 10111 | 11000 | 0 | 101111 | 11110010 | 1101 | 101111 |
Color Harmonies of #696888
Complementary color
Monochromatic Colors of #696888
Black with #696888
Text Example
Text Example
White with #696888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696888; }
p { color: rgb(105,104,136); }
H1.HeaderClassName
{
color: #696888;
}
.AnyTagClassName
{
color: #696888;
}
</style>
background-color css
<style>
a { background-color: #696888; }
a { background-color: rgb(105,104,136); }
div.DivClassName
{
background-color: #696888;
}
.BgClassName
{
background-color: #696888;
}
</style>
border-color css
<style>
span { border-color: #696888; }
span { border-color: rgb(105,104,136); }
td.TdClassName
{
border-color: #696888;
}
.TagClassName
{
border-color: #696888;
}
</style>