Shades of Honey Flower #603F67
Tints of Honey Flower #603F67
RGB
CMYK
RGB Variations
Color information
#603F67 (or 0x603F67) is known color: Honey Flower. HEX triplet: 60, 3F and 67. RGB value is (96,63,103). Sum of RGB (Red+Green+Blue) = 96+63+103=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 103 (40.62% from 255 or 39.31% from 262); Max value from RGB is 103 - color contains mainly: blue. Hex color #603F67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603F67 is #9FC098. Grayscale: #4D4D4D. Windows color (decimal): -10469529 or 6766432. OLE color: 6766432.
HSL color Cylindrical-coordinate representation of color #603F67: hue angle of 289.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #603F67 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 63 | 103 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.60 |
| HSL | 289.5º | 0.24% | 0.33% | - |
| HSV(B) | 289.5º | 0.39% | 0.4% | - |
| XYZ | 9.05 | 7.02 | 13.71 | - |
| YUV | 77.43 | 142.43 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 103 | 0.07 | 0.39 | 0 | 0.60 | 289.5 | 0.24 | 0.33 |
| Hex | 60 | 3F | 67 | 7 | 27 | 0 | 3C | 122 | 18 | 21 |
| Octal | 140 | 77 | 147 | 7 | 47 | 0 | 74 | 442 | 30 | 41 |
| Binary | 1100000 | 111111 | 1100111 | 111 | 100111 | 0 | 111100 | 100100010 | 11000 | 100001 |
Color Harmonies of #603F67
Complementary color
Monochromatic Colors of #603F67
Black with #603F67
Text Example
Text Example
White with #603F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603F67; }
p { color: rgb(96,63,103); }
H1.HeaderClassName
{
color: #603F67;
}
.AnyTagClassName
{
color: #603F67;
}
</style>
background-color css
<style>
a { background-color: #603F67; }
a { background-color: rgb(96,63,103); }
div.DivClassName
{
background-color: #603F67;
}
.BgClassName
{
background-color: #603F67;
}
</style>
border-color css
<style>
span { border-color: #603F67; }
span { border-color: rgb(96,63,103); }
td.TdClassName
{
border-color: #603F67;
}
.TagClassName
{
border-color: #603F67;
}
</style>