Shades of Dorado #6B6968
Tints of Dorado #6B6968
RGB
CMYK
RGB Variations
Color information
#6B6968 (or 0x6B6968) is known color: Dorado. HEX triplet: 6B, 69 and 68. RGB value is (107,105,104). Sum of RGB (Red+Green+Blue) = 107+105+104=316 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.86% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6968 is #949697. Grayscale: #696969. Windows color (decimal): -9737880 or 6842731. OLE color: 6842731.
HSL color Cylindrical-coordinate representation of color #6B6968: hue angle of 20º degrees, saturation: 0.01, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #6B6968 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 105 | 104 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.58 |
| HSL | 20º | 0.01% | 0.41% | - |
| HSV(B) | 20º | 0.03% | 0.42% | - |
| XYZ | 13.61 | 14.23 | 15.13 | - |
| YUV | 105.48 | 127.16 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 105 | 104 | 0 | 0.02 | 0.03 | 0.58 | 20 | 0.01 | 0.41 |
| Hex | 6B | 69 | 68 | 0 | 2 | 3 | 3A | 14 | 1 | 29 |
| Octal | 153 | 151 | 150 | 0 | 2 | 3 | 72 | 24 | 1 | 51 |
| Binary | 1101011 | 1101001 | 1101000 | 0 | 10 | 11 | 111010 | 10100 | 1 | 101001 |
Color Harmonies of #6B6968
Complementary color
Monochromatic Colors of #6B6968
Black with #6B6968
Text Example
Text Example
White with #6B6968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6968; }
p { color: rgb(107,105,104); }
H1.HeaderClassName
{
color: #6B6968;
}
.AnyTagClassName
{
color: #6B6968;
}
</style>
background-color css
<style>
a { background-color: #6B6968; }
a { background-color: rgb(107,105,104); }
div.DivClassName
{
background-color: #6B6968;
}
.BgClassName
{
background-color: #6B6968;
}
</style>
border-color css
<style>
span { border-color: #6B6968; }
span { border-color: rgb(107,105,104); }
td.TdClassName
{
border-color: #6B6968;
}
.TagClassName
{
border-color: #6B6968;
}
</style>