Shades of Rum #6F6773
Tints of Rum #6F6773
RGB
CMYK
RGB Variations
Color information
#6F6773 (or 0x6F6773) is known color: Rum. HEX triplet: 6F, 67 and 73. RGB value is (111,103,115). Sum of RGB (Red+Green+Blue) = 111+103+115=329 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.74% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F6773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6773 is #90988C. Grayscale: #6A6A6A. Windows color (decimal): -9476237 or 7563119. OLE color: 7563119.
HSL color Cylindrical-coordinate representation of color #6F6773: hue angle of 280º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6F6773 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 103 | 115 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.55 |
| HSL | 280º | 0.06% | 0.43% | - |
| HSV(B) | 280º | 0.1% | 0.45% | - |
| XYZ | 14.5 | 14.32 | 18.22 | - |
| YUV | 106.76 | 132.65 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 115 | 0.03 | 0.10 | 0 | 0.55 | 280 | 0.06 | 0.43 |
| Hex | 6F | 67 | 73 | 3 | A | 0 | 37 | 118 | 6 | 2B |
| Octal | 157 | 147 | 163 | 3 | 12 | 0 | 67 | 430 | 6 | 53 |
| Binary | 1101111 | 1100111 | 1110011 | 11 | 1010 | 0 | 110111 | 100011000 | 110 | 101011 |
Color Harmonies of #6F6773
Complementary color
Monochromatic Colors of #6F6773
Black with #6F6773
Text Example
Text Example
White with #6F6773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6773; }
p { color: rgb(111,103,115); }
H1.HeaderClassName
{
color: #6F6773;
}
.AnyTagClassName
{
color: #6F6773;
}
</style>
background-color css
<style>
a { background-color: #6F6773; }
a { background-color: rgb(111,103,115); }
div.DivClassName
{
background-color: #6F6773;
}
.BgClassName
{
background-color: #6F6773;
}
</style>
border-color css
<style>
span { border-color: #6F6773; }
span { border-color: rgb(111,103,115); }
td.TdClassName
{
border-color: #6F6773;
}
.TagClassName
{
border-color: #6F6773;
}
</style>