Shades of Honey Flower #633C75
Tints of Honey Flower #633C75
RGB
CMYK
RGB Variations
Color information
#633C75 (or 0x633C75) is known color: Honey Flower. HEX triplet: 63, 3C and 75. RGB value is (99,60,117). Sum of RGB (Red+Green+Blue) = 99+60+117=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 117 - color contains mainly: blue. Hex color #633C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633C75 is #9CC38A. Grayscale: #4D4D4D. Windows color (decimal): -10273675 or 7683171. OLE color: 7683171.
HSL color Cylindrical-coordinate representation of color #633C75: hue angle of 281.05º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #633C75 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 99 | 60 | 117 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.54 |
| HSL | 281.05º | 0.32% | 0.35% | - |
| HSV(B) | 281.05º | 0.49% | 0.46% | - |
| XYZ | 9.97 | 7.17 | 17.69 | - |
| YUV | 78.16 | 149.92 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 60 | 117 | 0.15 | 0.49 | 0 | 0.54 | 281.05 | 0.32 | 0.35 |
| Hex | 63 | 3C | 75 | F | 31 | 0 | 36 | 119 | 20 | 23 |
| Octal | 143 | 74 | 165 | 17 | 61 | 0 | 66 | 431 | 40 | 43 |
| Binary | 1100011 | 111100 | 1110101 | 1111 | 110001 | 0 | 110110 | 100011001 | 100000 | 100011 |
Color Harmonies of #633C75
Complementary color
Monochromatic Colors of #633C75
Black with #633C75
Text Example
Text Example
White with #633C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633C75; }
p { color: rgb(99,60,117); }
H1.HeaderClassName
{
color: #633C75;
}
.AnyTagClassName
{
color: #633C75;
}
</style>
background-color css
<style>
a { background-color: #633C75; }
a { background-color: rgb(99,60,117); }
div.DivClassName
{
background-color: #633C75;
}
.BgClassName
{
background-color: #633C75;
}
</style>
border-color css
<style>
span { border-color: #633C75; }
span { border-color: rgb(99,60,117); }
td.TdClassName
{
border-color: #633C75;
}
.TagClassName
{
border-color: #633C75;
}
</style>