Shades of Comet #696B75
Tints of Comet #696B75
RGB
CMYK
RGB Variations
Color information
#696B75 (or 0x696B75) is known color: Comet. HEX triplet: 69, 6B and 75. RGB value is (105,107,117). Sum of RGB (Red+Green+Blue) = 105+107+117=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 117 - color contains mainly: blue. Hex color #696B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696B75 is #96948A. Grayscale: #6B6B6B. Windows color (decimal): -9868427 or 7695209. OLE color: 7695209.
HSL color Cylindrical-coordinate representation of color #696B75: hue angle of 230º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #696B75 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 107 | 117 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.54 |
| HSL | 230º | 0.05% | 0.44% | - |
| HSV(B) | 230º | 0.1% | 0.46% | - |
| XYZ | 14.29 | 14.8 | 18.93 | - |
| YUV | 107.54 | 133.34 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 117 | 0.10 | 0.09 | 0 | 0.54 | 230 | 0.05 | 0.44 |
| Hex | 69 | 6B | 75 | A | 9 | 0 | 36 | E6 | 5 | 2C |
| Octal | 151 | 153 | 165 | 12 | 11 | 0 | 66 | 346 | 5 | 54 |
| Binary | 1101001 | 1101011 | 1110101 | 1010 | 1001 | 0 | 110110 | 11100110 | 101 | 101100 |
Color Harmonies of #696B75
Complementary color
Monochromatic Colors of #696B75
Black with #696B75
Text Example
Text Example
White with #696B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696B75; }
p { color: rgb(105,107,117); }
H1.HeaderClassName
{
color: #696B75;
}
.AnyTagClassName
{
color: #696B75;
}
</style>
background-color css
<style>
a { background-color: #696B75; }
a { background-color: rgb(105,107,117); }
div.DivClassName
{
background-color: #696B75;
}
.BgClassName
{
background-color: #696B75;
}
</style>
border-color css
<style>
span { border-color: #696B75; }
span { border-color: rgb(105,107,117); }
td.TdClassName
{
border-color: #696B75;
}
.TagClassName
{
border-color: #696B75;
}
</style>