Shades of Comet #696985
Tints of Comet #696985
RGB
CMYK
RGB Variations
Color information
#696985 (or 0x696985) is known color: Comet. HEX triplet: 69, 69 and 85. RGB value is (105,105,133). Sum of RGB (Red+Green+Blue) = 105+105+133=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 133 - color contains mainly: blue. Hex color #696985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696985 is #96967A. Grayscale: #6C6C6C. Windows color (decimal): -9868923 or 8743273. OLE color: 8743273.
HSL color Cylindrical-coordinate representation of color #696985: hue angle of 240º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #696985 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 105 | 105 | 133 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.48 |
| HSL | 240º | 0.12% | 0.47% | - |
| HSV(B) | 240º | 0.21% | 0.52% | - |
| XYZ | 15.11 | 14.8 | 24.25 | - |
| YUV | 108.19 | 142 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 105 | 133 | 0.21 | 0.21 | 0 | 0.48 | 240 | 0.12 | 0.47 |
| Hex | 69 | 69 | 85 | 15 | 15 | 0 | 30 | F0 | C | 2F |
| Octal | 151 | 151 | 205 | 25 | 25 | 0 | 60 | 360 | 14 | 57 |
| Binary | 1101001 | 1101001 | 10000101 | 10101 | 10101 | 0 | 110000 | 11110000 | 1100 | 101111 |
Color Harmonies of #696985
Complementary color
Monochromatic Colors of #696985
Black with #696985
Text Example
Text Example
White with #696985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696985; }
p { color: rgb(105,105,133); }
H1.HeaderClassName
{
color: #696985;
}
.AnyTagClassName
{
color: #696985;
}
</style>
background-color css
<style>
a { background-color: #696985; }
a { background-color: rgb(105,105,133); }
div.DivClassName
{
background-color: #696985;
}
.BgClassName
{
background-color: #696985;
}
</style>
border-color css
<style>
span { border-color: #696985; }
span { border-color: rgb(105,105,133); }
td.TdClassName
{
border-color: #696985;
}
.TagClassName
{
border-color: #696985;
}
</style>