Shades of Christalle #360663
Tints of Christalle #360663
RGB
CMYK
RGB Variations
Color information
#360663 (or 0x360663) is known color: Christalle. HEX triplet: 36, 06 and 63. RGB value is (54,6,99). Sum of RGB (Red+Green+Blue) = 54+6+99=159 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.96% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 99 (39.06% from 255 or 62.26% from 159); Max value from RGB is 99 - color contains mainly: blue. Hex color #360663 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360663 is #C9F99C. Grayscale: #1E1E1E. Windows color (decimal): -13236637 or 6489654. OLE color: 6489654.
HSL color Cylindrical-coordinate representation of color #360663: hue angle of 270.97º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360663 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 54 | 6 | 99 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.61 |
| HSL | 270.97º | 0.89% | 0.21% | - |
| HSV(B) | 270.97º | 0.94% | 0.39% | - |
| XYZ | 3.84 | 1.82 | 11.95 | - |
| YUV | 30.95 | 166.4 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 6 | 99 | 0.45 | 0.94 | 0 | 0.61 | 270.97 | 0.89 | 0.21 |
| Hex | 36 | 6 | 63 | 2D | 5E | 0 | 3D | 10F | 59 | 15 |
| Octal | 66 | 6 | 143 | 55 | 136 | 0 | 75 | 417 | 131 | 25 |
| Binary | 110110 | 110 | 1100011 | 101101 | 1011110 | 0 | 111101 | 100001111 | 1011001 | 10101 |
Color Harmonies of #360663
Complementary color
Monochromatic Colors of #360663
Black with #360663
Text Example
Text Example
White with #360663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360663; }
p { color: rgb(54,6,99); }
H1.HeaderClassName
{
color: #360663;
}
.AnyTagClassName
{
color: #360663;
}
</style>
background-color css
<style>
a { background-color: #360663; }
a { background-color: rgb(54,6,99); }
div.DivClassName
{
background-color: #360663;
}
.BgClassName
{
background-color: #360663;
}
</style>
border-color css
<style>
span { border-color: #360663; }
span { border-color: rgb(54,6,99); }
td.TdClassName
{
border-color: #360663;
}
.TagClassName
{
border-color: #360663;
}
</style>