Shades of Siren #68303E
Tints of Siren #68303E
RGB
CMYK
RGB Variations
Color information
#68303E (or 0x68303E) is known color: Siren. HEX triplet: 68, 30 and 3E. RGB value is (104,48,62). Sum of RGB (Red+Green+Blue) = 104+48+62=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #68303E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68303E is #97CFC1. Grayscale: #424242. Windows color (decimal): -9949122 or 4075624. OLE color: 4075624.
HSL color Cylindrical-coordinate representation of color #68303E: hue angle of 345º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68303E is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 48 | 62 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.59 |
| HSL | 345º | 0.37% | 0.3% | - |
| HSV(B) | 345º | 0.54% | 0.41% | - |
| XYZ | 7.64 | 5.4 | 5.2 | - |
| YUV | 66.34 | 125.55 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 48 | 62 | 0 | 0.54 | 0.40 | 0.59 | 345 | 0.37 | 0.3 |
| Hex | 68 | 30 | 3E | 0 | 36 | 28 | 3B | 159 | 25 | 1E |
| Octal | 150 | 60 | 76 | 0 | 66 | 50 | 73 | 531 | 45 | 36 |
| Binary | 1101000 | 110000 | 111110 | 0 | 110110 | 101000 | 111011 | 101011001 | 100101 | 11110 |
Color Harmonies of #68303E
Complementary color
Monochromatic Colors of #68303E
Black with #68303E
Text Example
Text Example
White with #68303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68303E; }
p { color: rgb(104,48,62); }
H1.HeaderClassName
{
color: #68303E;
}
.AnyTagClassName
{
color: #68303E;
}
</style>
background-color css
<style>
a { background-color: #68303E; }
a { background-color: rgb(104,48,62); }
div.DivClassName
{
background-color: #68303E;
}
.BgClassName
{
background-color: #68303E;
}
</style>
border-color css
<style>
span { border-color: #68303E; }
span { border-color: rgb(104,48,62); }
td.TdClassName
{
border-color: #68303E;
}
.TagClassName
{
border-color: #68303E;
}
</style>