Shades of Comet #696C83
Tints of Comet #696C83
RGB
CMYK
RGB Variations
Color information
#696C83 (or 0x696C83) is known color: Comet. HEX triplet: 69, 6C and 83. RGB value is (105,108,131). Sum of RGB (Red+Green+Blue) = 105+108+131=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 131 - color contains mainly: blue. Hex color #696C83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696C83 is #96937C. Grayscale: #6D6D6D. Windows color (decimal): -9868157 or 8612969. OLE color: 8612969.
HSL color Cylindrical-coordinate representation of color #696C83: hue angle of 233.08º 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 #696C83 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 108 | 131 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.49 |
| HSL | 233.08º | 0.11% | 0.46% | - |
| HSV(B) | 233.08º | 0.2% | 0.51% | - |
| XYZ | 15.28 | 15.37 | 23.63 | - |
| YUV | 109.73 | 140.01 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 108 | 131 | 0.20 | 0.18 | 0 | 0.49 | 233.08 | 0.11 | 0.46 |
| Hex | 69 | 6C | 83 | 14 | 12 | 0 | 31 | E9 | B | 2E |
| Octal | 151 | 154 | 203 | 24 | 22 | 0 | 61 | 351 | 13 | 56 |
| Binary | 1101001 | 1101100 | 10000011 | 10100 | 10010 | 0 | 110001 | 11101001 | 1011 | 101110 |
Color Harmonies of #696C83
Complementary color
Monochromatic Colors of #696C83
Black with #696C83
Text Example
Text Example
White with #696C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696C83; }
p { color: rgb(105,108,131); }
H1.HeaderClassName
{
color: #696C83;
}
.AnyTagClassName
{
color: #696C83;
}
</style>
background-color css
<style>
a { background-color: #696C83; }
a { background-color: rgb(105,108,131); }
div.DivClassName
{
background-color: #696C83;
}
.BgClassName
{
background-color: #696C83;
}
</style>
border-color css
<style>
span { border-color: #696C83; }
span { border-color: rgb(105,108,131); }
td.TdClassName
{
border-color: #696C83;
}
.TagClassName
{
border-color: #696C83;
}
</style>