Shades of Siren #6E303F
Tints of Siren #6E303F
RGB
CMYK
RGB Variations
Color information
#6E303F (or 0x6E303F) is known color: Siren. HEX triplet: 6E, 30 and 3F. RGB value is (110,48,63). Sum of RGB (Red+Green+Blue) = 110+48+63=221 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.77% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 110 - color contains mainly: red. Hex color #6E303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E303F is #91CFC0. Grayscale: #444444. Windows color (decimal): -9555905 or 4141166. OLE color: 4141166.
HSL color Cylindrical-coordinate representation of color #6E303F: hue angle of 345.48º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E303F is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 48 | 63 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.57 |
| HSL | 345.48º | 0.39% | 0.31% | - |
| HSV(B) | 345.48º | 0.56% | 0.43% | - |
| XYZ | 8.38 | 5.79 | 5.38 | - |
| YUV | 68.25 | 125.04 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 48 | 63 | 0 | 0.56 | 0.43 | 0.57 | 345.48 | 0.39 | 0.31 |
| Hex | 6E | 30 | 3F | 0 | 38 | 2B | 39 | 159 | 27 | 1F |
| Octal | 156 | 60 | 77 | 0 | 70 | 53 | 71 | 531 | 47 | 37 |
| Binary | 1101110 | 110000 | 111111 | 0 | 111000 | 101011 | 111001 | 101011001 | 100111 | 11111 |
Color Harmonies of #6E303F
Complementary color
Monochromatic Colors of #6E303F
Black with #6E303F
Text Example
Text Example
White with #6E303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E303F; }
p { color: rgb(110,48,63); }
H1.HeaderClassName
{
color: #6E303F;
}
.AnyTagClassName
{
color: #6E303F;
}
</style>
background-color css
<style>
a { background-color: #6E303F; }
a { background-color: rgb(110,48,63); }
div.DivClassName
{
background-color: #6E303F;
}
.BgClassName
{
background-color: #6E303F;
}
</style>
border-color css
<style>
span { border-color: #6E303F; }
span { border-color: rgb(110,48,63); }
td.TdClassName
{
border-color: #6E303F;
}
.TagClassName
{
border-color: #6E303F;
}
</style>