Shades of Comet #696784
Tints of Comet #696784
RGB
CMYK
RGB Variations
Color information
#696784 (or 0x696784) is known color: Comet. HEX triplet: 69, 67 and 84. RGB value is (105,103,132). Sum of RGB (Red+Green+Blue) = 105+103+132=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 132 - color contains mainly: blue. Hex color #696784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696784 is #96987B. Grayscale: #6A6A6A. Windows color (decimal): -9869436 or 8677225. OLE color: 8677225.
HSL color Cylindrical-coordinate representation of color #696784: hue angle of 244.14º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #696784 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 105 | 103 | 132 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.48 |
| HSL | 244.14º | 0.12% | 0.46% | - |
| HSV(B) | 244.14º | 0.22% | 0.52% | - |
| XYZ | 14.84 | 14.37 | 23.82 | - |
| YUV | 106.9 | 142.16 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 103 | 132 | 0.20 | 0.22 | 0 | 0.48 | 244.14 | 0.12 | 0.46 |
| Hex | 69 | 67 | 84 | 14 | 16 | 0 | 30 | F4 | C | 2E |
| Octal | 151 | 147 | 204 | 24 | 26 | 0 | 60 | 364 | 14 | 56 |
| Binary | 1101001 | 1100111 | 10000100 | 10100 | 10110 | 0 | 110000 | 11110100 | 1100 | 101110 |
Color Harmonies of #696784
Complementary color
Monochromatic Colors of #696784
Black with #696784
Text Example
Text Example
White with #696784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696784; }
p { color: rgb(105,103,132); }
H1.HeaderClassName
{
color: #696784;
}
.AnyTagClassName
{
color: #696784;
}
</style>
background-color css
<style>
a { background-color: #696784; }
a { background-color: rgb(105,103,132); }
div.DivClassName
{
background-color: #696784;
}
.BgClassName
{
background-color: #696784;
}
</style>
border-color css
<style>
span { border-color: #696784; }
span { border-color: rgb(105,103,132); }
td.TdClassName
{
border-color: #696784;
}
.TagClassName
{
border-color: #696784;
}
</style>