Shades of Bittersweet #FF6B69
Tints of Bittersweet #FF6B69
RGB
CMYK
RGB Variations
Color information
#FF6B69 (or 0xFF6B69) is known color: Bittersweet. HEX triplet: FF, 6B and 69. RGB value is (255,107,105). Sum of RGB (Red+Green+Blue) = 255+107+105=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 105 (41.41% from 255 or 22.48% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6B69 is #009496. Grayscale: #979797. Windows color (decimal): -38039 or 6908927. OLE color: 6908927.
HSL color Cylindrical-coordinate representation of color #FF6B69: hue angle of 0.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF6B69 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 105 | - |
| CMYK | 0 | 0.58 | 0.59 | 0 |
| HSL | 0.8º | 1% | 0.71% | - |
| HSV(B) | 0.8º | 0.59% | 1% | - |
| XYZ | 49.05 | 32.8 | 17.11 | - |
| YUV | 151.02 | 102.03 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 105 | 0 | 0.58 | 0.59 | 0 | 0.8 | 1 | 0.71 |
| Hex | FF | 6B | 69 | 0 | 3A | 3B | 0 | 1 | 64 | 47 |
| Octal | 377 | 153 | 151 | 0 | 72 | 73 | 0 | 1 | 144 | 107 |
| Binary | 11111111 | 1101011 | 1101001 | 0 | 111010 | 111011 | 0 | 1 | 1100100 | 1000111 |
Color Harmonies of #FF6B69
Complementary color
Monochromatic Colors of #FF6B69
Black with #FF6B69
Text Example
Text Example
White with #FF6B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6B69; }
p { color: rgb(255,107,105); }
H1.HeaderClassName
{
color: #FF6B69;
}
.AnyTagClassName
{
color: #FF6B69;
}
</style>
background-color css
<style>
a { background-color: #FF6B69; }
a { background-color: rgb(255,107,105); }
div.DivClassName
{
background-color: #FF6B69;
}
.BgClassName
{
background-color: #FF6B69;
}
</style>
border-color css
<style>
span { border-color: #FF6B69; }
span { border-color: rgb(255,107,105); }
td.TdClassName
{
border-color: #FF6B69;
}
.TagClassName
{
border-color: #FF6B69;
}
</style>