Shades of Comet #696A7D
Tints of Comet #696A7D
RGB
CMYK
RGB Variations
Color information
#696A7D (or 0x696A7D) is known color: Comet. HEX triplet: 69, 6A and 7D. RGB value is (105,106,125). Sum of RGB (Red+Green+Blue) = 105+106+125=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 125 - color contains mainly: blue. Hex color #696A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696A7D is #969582. Grayscale: #6B6B6B. Windows color (decimal): -9868675 or 8219241. OLE color: 8219241.
HSL color Cylindrical-coordinate representation of color #696A7D: hue angle of 237º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #696A7D is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 106 | 125 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.51 |
| HSL | 237º | 0.09% | 0.45% | - |
| HSV(B) | 237º | 0.16% | 0.49% | - |
| XYZ | 14.68 | 14.79 | 21.48 | - |
| YUV | 107.87 | 137.67 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 106 | 125 | 0.16 | 0.15 | 0 | 0.51 | 237 | 0.09 | 0.45 |
| Hex | 69 | 6A | 7D | 10 | F | 0 | 33 | ED | 9 | 2D |
| Octal | 151 | 152 | 175 | 20 | 17 | 0 | 63 | 355 | 11 | 55 |
| Binary | 1101001 | 1101010 | 1111101 | 10000 | 1111 | 0 | 110011 | 11101101 | 1001 | 101101 |
Color Harmonies of #696A7D
Complementary color
Monochromatic Colors of #696A7D
Black with #696A7D
Text Example
Text Example
White with #696A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696A7D; }
p { color: rgb(105,106,125); }
H1.HeaderClassName
{
color: #696A7D;
}
.AnyTagClassName
{
color: #696A7D;
}
</style>
background-color css
<style>
a { background-color: #696A7D; }
a { background-color: rgb(105,106,125); }
div.DivClassName
{
background-color: #696A7D;
}
.BgClassName
{
background-color: #696A7D;
}
</style>
border-color css
<style>
span { border-color: #696A7D; }
span { border-color: rgb(105,106,125); }
td.TdClassName
{
border-color: #696A7D;
}
.TagClassName
{
border-color: #696A7D;
}
</style>