Shades of Comet #696889
Tints of Comet #696889
RGB
CMYK
RGB Variations
Color information
#696889 (or 0x696889) is known color: Comet. HEX triplet: 69, 68 and 89. RGB value is (105,104,137). Sum of RGB (Red+Green+Blue) = 105+104+137=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 137 - color contains mainly: blue. Hex color #696889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696889 is #969776. Grayscale: #6B6B6B. Windows color (decimal): -9869175 or 9005161. OLE color: 9005161.
HSL color Cylindrical-coordinate representation of color #696889: hue angle of 241.82º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #696889 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 104 | 137 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.46 |
| HSL | 241.82º | 0.14% | 0.47% | - |
| HSV(B) | 241.82º | 0.24% | 0.54% | - |
| XYZ | 15.29 | 14.71 | 25.7 | - |
| YUV | 108.06 | 144.33 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 137 | 0.23 | 0.24 | 0 | 0.46 | 241.82 | 0.14 | 0.47 |
| Hex | 69 | 68 | 89 | 17 | 18 | 0 | 2E | F2 | E | 2F |
| Octal | 151 | 150 | 211 | 27 | 30 | 0 | 56 | 362 | 16 | 57 |
| Binary | 1101001 | 1101000 | 10001001 | 10111 | 11000 | 0 | 101110 | 11110010 | 1110 | 101111 |
Color Harmonies of #696889
Complementary color
Monochromatic Colors of #696889
Black with #696889
Text Example
Text Example
White with #696889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696889; }
p { color: rgb(105,104,137); }
H1.HeaderClassName
{
color: #696889;
}
.AnyTagClassName
{
color: #696889;
}
</style>
background-color css
<style>
a { background-color: #696889; }
a { background-color: rgb(105,104,137); }
div.DivClassName
{
background-color: #696889;
}
.BgClassName
{
background-color: #696889;
}
</style>
border-color css
<style>
span { border-color: #696889; }
span { border-color: rgb(105,104,137); }
td.TdClassName
{
border-color: #696889;
}
.TagClassName
{
border-color: #696889;
}
</style>