Shades of Ruby #D60668
Tints of Ruby #D60668
RGB
CMYK
RGB Variations
Color information
#D60668 (or 0xD60668) is known color: Ruby. HEX triplet: D6, 06 and 68. RGB value is (214,6,104). Sum of RGB (Red+Green+Blue) = 214+6+104=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 6 (2.73% from 255 or 1.85% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D60668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60668 is #29F997. Grayscale: #4F4F4F. Windows color (decimal): -2750872 or 6817494. OLE color: 6817494.
HSL color Cylindrical-coordinate representation of color #D60668: hue angle of 331.73º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D60668 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 6 | 104 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.16 |
| HSL | 331.73º | 0.95% | 0.43% | - |
| HSV(B) | 331.73º | 0.97% | 0.84% | - |
| XYZ | 30.3 | 15.43 | 14.48 | - |
| YUV | 79.36 | 141.91 | 224.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 6 | 104 | 0 | 0.97 | 0.51 | 0.16 | 331.73 | 0.95 | 0.43 |
| Hex | D6 | 6 | 68 | 0 | 61 | 33 | 10 | 14C | 5F | 2B |
| Octal | 326 | 6 | 150 | 0 | 141 | 63 | 20 | 514 | 137 | 53 |
| Binary | 11010110 | 110 | 1101000 | 0 | 1100001 | 110011 | 10000 | 101001100 | 1011111 | 101011 |
Color Harmonies of #D60668
Complementary color
Monochromatic Colors of #D60668
Black with #D60668
Text Example
Text Example
White with #D60668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60668; }
p { color: rgb(214,6,104); }
H1.HeaderClassName
{
color: #D60668;
}
.AnyTagClassName
{
color: #D60668;
}
</style>
background-color css
<style>
a { background-color: #D60668; }
a { background-color: rgb(214,6,104); }
div.DivClassName
{
background-color: #D60668;
}
.BgClassName
{
background-color: #D60668;
}
</style>
border-color css
<style>
span { border-color: #D60668; }
span { border-color: rgb(214,6,104); }
td.TdClassName
{
border-color: #D60668;
}
.TagClassName
{
border-color: #D60668;
}
</style>