Shades of Honey Flower #63456B
Tints of Honey Flower #63456B
RGB
CMYK
RGB Variations
Color information
#63456B (or 0x63456B) is known color: Honey Flower. HEX triplet: 63, 45 and 6B. RGB value is (99,69,107). Sum of RGB (Red+Green+Blue) = 99+69+107=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 107 - color contains mainly: blue. Hex color #63456B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63456B is #9CBA94. Grayscale: #525252. Windows color (decimal): -10271381 or 7030115. OLE color: 7030115.
HSL color Cylindrical-coordinate representation of color #63456B: hue angle of 287.37º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #63456B is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 69 | 107 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.58 |
| HSL | 287.37º | 0.22% | 0.35% | - |
| HSV(B) | 287.37º | 0.36% | 0.42% | - |
| XYZ | 9.93 | 7.97 | 14.93 | - |
| YUV | 82.3 | 141.94 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 69 | 107 | 0.07 | 0.36 | 0 | 0.58 | 287.37 | 0.22 | 0.35 |
| Hex | 63 | 45 | 6B | 7 | 24 | 0 | 3A | 11F | 16 | 23 |
| Octal | 143 | 105 | 153 | 7 | 44 | 0 | 72 | 437 | 26 | 43 |
| Binary | 1100011 | 1000101 | 1101011 | 111 | 100100 | 0 | 111010 | 100011111 | 10110 | 100011 |
Color Harmonies of #63456B
Complementary color
Monochromatic Colors of #63456B
Black with #63456B
Text Example
Text Example
White with #63456B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63456B; }
p { color: rgb(99,69,107); }
H1.HeaderClassName
{
color: #63456B;
}
.AnyTagClassName
{
color: #63456B;
}
</style>
background-color css
<style>
a { background-color: #63456B; }
a { background-color: rgb(99,69,107); }
div.DivClassName
{
background-color: #63456B;
}
.BgClassName
{
background-color: #63456B;
}
</style>
border-color css
<style>
span { border-color: #63456B; }
span { border-color: rgb(99,69,107); }
td.TdClassName
{
border-color: #63456B;
}
.TagClassName
{
border-color: #63456B;
}
</style>