Shades of Comet #6A697F
Tints of Comet #6A697F
RGB
CMYK
RGB Variations
Color information
#6A697F (or 0x6A697F) is known color: Comet. HEX triplet: 6A, 69 and 7F. RGB value is (106,105,127). Sum of RGB (Red+Green+Blue) = 106+105+127=338 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.36% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 127 - color contains mainly: blue. Hex color #6A697F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A697F is #959680. Grayscale: #6B6B6B. Windows color (decimal): -9803393 or 8350058. OLE color: 8350058.
HSL color Cylindrical-coordinate representation of color #6A697F: hue angle of 242.73º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6A697F is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 106 | 105 | 127 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.50 |
| HSL | 242.73º | 0.09% | 0.45% | - |
| HSV(B) | 242.73º | 0.17% | 0.5% | - |
| XYZ | 14.83 | 14.7 | 22.13 | - |
| YUV | 107.81 | 138.83 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 105 | 127 | 0.17 | 0.17 | 0 | 0.50 | 242.73 | 0.09 | 0.45 |
| Hex | 6A | 69 | 7F | 11 | 11 | 0 | 32 | F3 | 9 | 2D |
| Octal | 152 | 151 | 177 | 21 | 21 | 0 | 62 | 363 | 11 | 55 |
| Binary | 1101010 | 1101001 | 1111111 | 10001 | 10001 | 0 | 110010 | 11110011 | 1001 | 101101 |
Color Harmonies of #6A697F
Complementary color
Monochromatic Colors of #6A697F
Black with #6A697F
Text Example
Text Example
White with #6A697F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A697F; }
p { color: rgb(106,105,127); }
H1.HeaderClassName
{
color: #6A697F;
}
.AnyTagClassName
{
color: #6A697F;
}
</style>
background-color css
<style>
a { background-color: #6A697F; }
a { background-color: rgb(106,105,127); }
div.DivClassName
{
background-color: #6A697F;
}
.BgClassName
{
background-color: #6A697F;
}
</style>
border-color css
<style>
span { border-color: #6A697F; }
span { border-color: rgb(106,105,127); }
td.TdClassName
{
border-color: #6A697F;
}
.TagClassName
{
border-color: #6A697F;
}
</style>