Shades of Laurel #63906B
Tints of Laurel #63906B
RGB
CMYK
RGB Variations
Color information
#63906B (or 0x63906B) is known color: Laurel. HEX triplet: 63, 90 and 6B. RGB value is (99,144,107). Sum of RGB (Red+Green+Blue) = 99+144+107=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 144 - color contains mainly: green. Hex color #63906B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63906B is #9C6F94. Grayscale: #7E7E7E. Windows color (decimal): -10252181 or 7049315. OLE color: 7049315.
HSL color Cylindrical-coordinate representation of color #63906B: hue angle of 130.67º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #63906B is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 99 | 144 | 107 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.44 |
| HSL | 130.67º | 0.19% | 0.48% | - |
| HSV(B) | 130.67º | 0.31% | 0.56% | - |
| XYZ | 17.77 | 23.66 | 17.54 | - |
| YUV | 126.33 | 117.09 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 144 | 107 | 0.31 | 0 | 0.26 | 0.44 | 130.67 | 0.19 | 0.48 |
| Hex | 63 | 90 | 6B | 1F | 0 | 1A | 2C | 83 | 13 | 30 |
| Octal | 143 | 220 | 153 | 37 | 0 | 32 | 54 | 203 | 23 | 60 |
| Binary | 1100011 | 10010000 | 1101011 | 11111 | 0 | 11010 | 101100 | 10000011 | 10011 | 110000 |
Color Harmonies of #63906B
Complementary color
Monochromatic Colors of #63906B
Black with #63906B
Text Example
Text Example
White with #63906B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63906B; }
p { color: rgb(99,144,107); }
H1.HeaderClassName
{
color: #63906B;
}
.AnyTagClassName
{
color: #63906B;
}
</style>
background-color css
<style>
a { background-color: #63906B; }
a { background-color: rgb(99,144,107); }
div.DivClassName
{
background-color: #63906B;
}
.BgClassName
{
background-color: #63906B;
}
</style>
border-color css
<style>
span { border-color: #63906B; }
span { border-color: rgb(99,144,107); }
td.TdClassName
{
border-color: #63906B;
}
.TagClassName
{
border-color: #63906B;
}
</style>