Shades of Comet #696A82
Tints of Comet #696A82
RGB
CMYK
RGB Variations
Color information
#696A82 (or 0x696A82) is known color: Comet. HEX triplet: 69, 6A and 82. RGB value is (105,106,130). Sum of RGB (Red+Green+Blue) = 105+106+130=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 130 - color contains mainly: blue. Hex color #696A82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696A82 is #96957D. Grayscale: #6C6C6C. Windows color (decimal): -9868670 or 8546921. OLE color: 8546921.
HSL color Cylindrical-coordinate representation of color #696A82: hue angle of 237.6º degrees, saturation: 0.11, 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 #696A82 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 106 | 130 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.49 |
| HSL | 237.6º | 0.11% | 0.46% | - |
| HSV(B) | 237.6º | 0.19% | 0.51% | - |
| XYZ | 15.01 | 14.92 | 23.21 | - |
| YUV | 108.44 | 140.17 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 106 | 130 | 0.19 | 0.18 | 0 | 0.49 | 237.6 | 0.11 | 0.46 |
| Hex | 69 | 6A | 82 | 13 | 12 | 0 | 31 | EE | B | 2E |
| Octal | 151 | 152 | 202 | 23 | 22 | 0 | 61 | 356 | 13 | 56 |
| Binary | 1101001 | 1101010 | 10000010 | 10011 | 10010 | 0 | 110001 | 11101110 | 1011 | 101110 |
Color Harmonies of #696A82
Complementary color
Monochromatic Colors of #696A82
Black with #696A82
Text Example
Text Example
White with #696A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696A82; }
p { color: rgb(105,106,130); }
H1.HeaderClassName
{
color: #696A82;
}
.AnyTagClassName
{
color: #696A82;
}
</style>
background-color css
<style>
a { background-color: #696A82; }
a { background-color: rgb(105,106,130); }
div.DivClassName
{
background-color: #696A82;
}
.BgClassName
{
background-color: #696A82;
}
</style>
border-color css
<style>
span { border-color: #696A82; }
span { border-color: rgb(105,106,130); }
td.TdClassName
{
border-color: #696A82;
}
.TagClassName
{
border-color: #696A82;
}
</style>