Shades of Bittersweet #FF6867
Tints of Bittersweet #FF6867
RGB
CMYK
RGB Variations
Color information
#FF6867 (or 0xFF6867) is known color: Bittersweet. HEX triplet: FF, 68 and 67. RGB value is (255,104,103). Sum of RGB (Red+Green+Blue) = 255+104+103=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6867 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6867 is #009798. Grayscale: #959595. Windows color (decimal): -38809 or 6777087. OLE color: 6777087.
HSL color Cylindrical-coordinate representation of color #FF6867: hue angle of 0.39º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF6867 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 103 | - |
| CMYK | 0 | 0.59 | 0.60 | 0 |
| HSL | 0.39º | 1% | 0.7% | - |
| HSV(B) | 0.39º | 0.6% | 1% | - |
| XYZ | 48.64 | 32.14 | 16.47 | - |
| YUV | 149.04 | 102.03 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 103 | 0 | 0.59 | 0.60 | 0 | 0.39 | 1 | 0.7 |
| Hex | FF | 68 | 67 | 0 | 3B | 3C | 0 | 0 | 64 | 46 |
| Octal | 377 | 150 | 147 | 0 | 73 | 74 | 0 | 0 | 144 | 106 |
| Binary | 11111111 | 1101000 | 1100111 | 0 | 111011 | 111100 | 0 | 0 | 1100100 | 1000110 |
Color Harmonies of #FF6867
Complementary color
Monochromatic Colors of #FF6867
Black with #FF6867
Text Example
Text Example
White with #FF6867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6867; }
p { color: rgb(255,104,103); }
H1.HeaderClassName
{
color: #FF6867;
}
.AnyTagClassName
{
color: #FF6867;
}
</style>
background-color css
<style>
a { background-color: #FF6867; }
a { background-color: rgb(255,104,103); }
div.DivClassName
{
background-color: #FF6867;
}
.BgClassName
{
background-color: #FF6867;
}
</style>
border-color css
<style>
span { border-color: #FF6867; }
span { border-color: rgb(255,104,103); }
td.TdClassName
{
border-color: #FF6867;
}
.TagClassName
{
border-color: #FF6867;
}
</style>