Shades of Comet #6B6B86
Tints of Comet #6B6B86
RGB
CMYK
RGB Variations
Color information
#6B6B86 (or 0x6B6B86) is known color: Comet. HEX triplet: 6B, 6B and 86. RGB value is (107,107,134). Sum of RGB (Red+Green+Blue) = 107+107+134=348 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.75% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 134 (52.73% from 255 or 38.51% from 348); Max value from RGB is 134 - color contains mainly: blue. Hex color #6B6B86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6B86 is #949479. Grayscale: #6D6D6D. Windows color (decimal): -9737338 or 8809323. OLE color: 8809323.
HSL color Cylindrical-coordinate representation of color #6B6B86: hue angle of 240º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6B6B86 is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 107 | 134 | - |
| CMYK | 0.20 | 0.20 | 0 | 0.47 |
| HSL | 240º | 0.11% | 0.47% | - |
| HSV(B) | 240º | 0.2% | 0.53% | - |
| XYZ | 15.62 | 15.36 | 24.7 | - |
| YUV | 110.08 | 141.5 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 107 | 134 | 0.20 | 0.20 | 0 | 0.47 | 240 | 0.11 | 0.47 |
| Hex | 6B | 6B | 86 | 14 | 14 | 0 | 2F | F0 | B | 2F |
| Octal | 153 | 153 | 206 | 24 | 24 | 0 | 57 | 360 | 13 | 57 |
| Binary | 1101011 | 1101011 | 10000110 | 10100 | 10100 | 0 | 101111 | 11110000 | 1011 | 101111 |
Color Harmonies of #6B6B86
Complementary color
Monochromatic Colors of #6B6B86
Black with #6B6B86
Text Example
Text Example
White with #6B6B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6B86; }
p { color: rgb(107,107,134); }
H1.HeaderClassName
{
color: #6B6B86;
}
.AnyTagClassName
{
color: #6B6B86;
}
</style>
background-color css
<style>
a { background-color: #6B6B86; }
a { background-color: rgb(107,107,134); }
div.DivClassName
{
background-color: #6B6B86;
}
.BgClassName
{
background-color: #6B6B86;
}
</style>
border-color css
<style>
span { border-color: #6B6B86; }
span { border-color: rgb(107,107,134); }
td.TdClassName
{
border-color: #6B6B86;
}
.TagClassName
{
border-color: #6B6B86;
}
</style>