Shades of Comet #696A83
Tints of Comet #696A83
RGB
CMYK
RGB Variations
Color information
#696A83 (or 0x696A83) is known color: Comet. HEX triplet: 69, 6A and 83. RGB value is (105,106,131). Sum of RGB (Red+Green+Blue) = 105+106+131=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 131 (51.56% from 255 or 38.30% from 342); Max value from RGB is 131 - color contains mainly: blue. Hex color #696A83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696A83 is #96957C. Grayscale: #6C6C6C. Windows color (decimal): -9868669 or 8612457. OLE color: 8612457.
HSL color Cylindrical-coordinate representation of color #696A83: hue angle of 237.69º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #696A83 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 106 | 131 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.49 |
| HSL | 237.69º | 0.11% | 0.46% | - |
| HSV(B) | 237.69º | 0.2% | 0.51% | - |
| XYZ | 15.08 | 14.95 | 23.56 | - |
| YUV | 108.55 | 140.67 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 106 | 131 | 0.20 | 0.19 | 0 | 0.49 | 237.69 | 0.11 | 0.46 |
| Hex | 69 | 6A | 83 | 14 | 13 | 0 | 31 | EE | B | 2E |
| Octal | 151 | 152 | 203 | 24 | 23 | 0 | 61 | 356 | 13 | 56 |
| Binary | 1101001 | 1101010 | 10000011 | 10100 | 10011 | 0 | 110001 | 11101110 | 1011 | 101110 |
Color Harmonies of #696A83
Complementary color
Monochromatic Colors of #696A83
Black with #696A83
Text Example
Text Example
White with #696A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696A83; }
p { color: rgb(105,106,131); }
H1.HeaderClassName
{
color: #696A83;
}
.AnyTagClassName
{
color: #696A83;
}
</style>
background-color css
<style>
a { background-color: #696A83; }
a { background-color: rgb(105,106,131); }
div.DivClassName
{
background-color: #696A83;
}
.BgClassName
{
background-color: #696A83;
}
</style>
border-color css
<style>
span { border-color: #696A83; }
span { border-color: rgb(105,106,131); }
td.TdClassName
{
border-color: #696A83;
}
.TagClassName
{
border-color: #696A83;
}
</style>