Shades of Comet #6F7088
Tints of Comet #6F7088
RGB
CMYK
RGB Variations
Color information
#6F7088 (or 0x6F7088) is known color: Comet. HEX triplet: 6F, 70 and 88. RGB value is (111,112,136). Sum of RGB (Red+Green+Blue) = 111+112+136=359 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.92% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 136 - color contains mainly: blue. Hex color #6F7088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7088 is #908F77. Grayscale: #727272. Windows color (decimal): -9473912 or 8941679. OLE color: 8941679.
HSL color Cylindrical-coordinate representation of color #6F7088: hue angle of 237.6º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F7088 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 112 | 136 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.47 |
| HSL | 237.6º | 0.1% | 0.48% | - |
| HSV(B) | 237.6º | 0.18% | 0.53% | - |
| XYZ | 16.79 | 16.75 | 25.64 | - |
| YUV | 114.44 | 140.17 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 136 | 0.18 | 0.18 | 0 | 0.47 | 237.6 | 0.1 | 0.48 |
| Hex | 6F | 70 | 88 | 12 | 12 | 0 | 2F | EE | A | 30 |
| Octal | 157 | 160 | 210 | 22 | 22 | 0 | 57 | 356 | 12 | 60 |
| Binary | 1101111 | 1110000 | 10001000 | 10010 | 10010 | 0 | 101111 | 11101110 | 1010 | 110000 |
Color Harmonies of #6F7088
Complementary color
Monochromatic Colors of #6F7088
Black with #6F7088
Text Example
Text Example
White with #6F7088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7088; }
p { color: rgb(111,112,136); }
H1.HeaderClassName
{
color: #6F7088;
}
.AnyTagClassName
{
color: #6F7088;
}
</style>
background-color css
<style>
a { background-color: #6F7088; }
a { background-color: rgb(111,112,136); }
div.DivClassName
{
background-color: #6F7088;
}
.BgClassName
{
background-color: #6F7088;
}
</style>
border-color css
<style>
span { border-color: #6F7088; }
span { border-color: rgb(111,112,136); }
td.TdClassName
{
border-color: #6F7088;
}
.TagClassName
{
border-color: #6F7088;
}
</style>