Shades of Comet #696A8B
Tints of Comet #696A8B
RGB
CMYK
RGB Variations
Color information
#696A8B (or 0x696A8B) is known color: Comet. HEX triplet: 69, 6A and 8B. RGB value is (105,106,139). Sum of RGB (Red+Green+Blue) = 105+106+139=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 139 - color contains mainly: blue. Hex color #696A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696A8B is #969574. Grayscale: #6D6D6D. Windows color (decimal): -9868661 or 9136745. OLE color: 9136745.
HSL color Cylindrical-coordinate representation of color #696A8B: hue angle of 238.24º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #696A8B is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 106 | 139 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.45 |
| HSL | 238.24º | 0.14% | 0.48% | - |
| HSV(B) | 238.24º | 0.24% | 0.55% | - |
| XYZ | 15.64 | 15.18 | 26.53 | - |
| YUV | 109.46 | 144.67 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 106 | 139 | 0.24 | 0.24 | 0 | 0.45 | 238.24 | 0.14 | 0.48 |
| Hex | 69 | 6A | 8B | 18 | 18 | 0 | 2D | EE | E | 30 |
| Octal | 151 | 152 | 213 | 30 | 30 | 0 | 55 | 356 | 16 | 60 |
| Binary | 1101001 | 1101010 | 10001011 | 11000 | 11000 | 0 | 101101 | 11101110 | 1110 | 110000 |
Color Harmonies of #696A8B
Complementary color
Monochromatic Colors of #696A8B
Black with #696A8B
Text Example
Text Example
White with #696A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696A8B; }
p { color: rgb(105,106,139); }
H1.HeaderClassName
{
color: #696A8B;
}
.AnyTagClassName
{
color: #696A8B;
}
</style>
background-color css
<style>
a { background-color: #696A8B; }
a { background-color: rgb(105,106,139); }
div.DivClassName
{
background-color: #696A8B;
}
.BgClassName
{
background-color: #696A8B;
}
</style>
border-color css
<style>
span { border-color: #696A8B; }
span { border-color: rgb(105,106,139); }
td.TdClassName
{
border-color: #696A8B;
}
.TagClassName
{
border-color: #696A8B;
}
</style>