Shades of Honey Flower #603D67
Tints of Honey Flower #603D67
RGB
CMYK
RGB Variations
Color information
#603D67 (or 0x603D67) is known color: Honey Flower. HEX triplet: 60, 3D and 67. RGB value is (96,61,103). Sum of RGB (Red+Green+Blue) = 96+61+103=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 61 (24.22% from 255 or 23.46% from 260); Blue value is 103 (40.62% from 255 or 39.62% from 260); Max value from RGB is 103 - color contains mainly: blue. Hex color #603D67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603D67 is #9FC298. Grayscale: #4C4C4C. Windows color (decimal): -10470041 or 6765920. OLE color: 6765920.
HSL color Cylindrical-coordinate representation of color #603D67: hue angle of 290º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #603D67 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 61 | 103 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.60 |
| HSL | 290º | 0.26% | 0.32% | - |
| HSV(B) | 290º | 0.41% | 0.4% | - |
| XYZ | 8.94 | 6.8 | 13.67 | - |
| YUV | 76.25 | 143.1 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 61 | 103 | 0.07 | 0.41 | 0 | 0.60 | 290 | 0.26 | 0.32 |
| Hex | 60 | 3D | 67 | 7 | 29 | 0 | 3C | 122 | 1A | 20 |
| Octal | 140 | 75 | 147 | 7 | 51 | 0 | 74 | 442 | 32 | 40 |
| Binary | 1100000 | 111101 | 1100111 | 111 | 101001 | 0 | 111100 | 100100010 | 11010 | 100000 |
Color Harmonies of #603D67
Complementary color
Monochromatic Colors of #603D67
Black with #603D67
Text Example
Text Example
White with #603D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603D67; }
p { color: rgb(96,61,103); }
H1.HeaderClassName
{
color: #603D67;
}
.AnyTagClassName
{
color: #603D67;
}
</style>
background-color css
<style>
a { background-color: #603D67; }
a { background-color: rgb(96,61,103); }
div.DivClassName
{
background-color: #603D67;
}
.BgClassName
{
background-color: #603D67;
}
</style>
border-color css
<style>
span { border-color: #603D67; }
span { border-color: rgb(96,61,103); }
td.TdClassName
{
border-color: #603D67;
}
.TagClassName
{
border-color: #603D67;
}
</style>