Shades of Prussian Blue #063650
Tints of Prussian Blue #063650
RGB
CMYK
RGB Variations
Color information
#063650 (or 0x063650) is known color: Prussian Blue. HEX triplet: 06, 36 and 50. RGB value is (6,54,80). Sum of RGB (Red+Green+Blue) = 6+54+80=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 54 (21.48% from 255 or 38.57% from 140); Blue value is 80 (31.64% from 255 or 57.14% from 140); Max value from RGB is 80 - color contains mainly: blue. Hex color #063650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063650 is #F9C9AF. Grayscale: #2A2A2A. Windows color (decimal): -16370096 or 5256710. OLE color: 5256710.
HSL color Cylindrical-coordinate representation of color #063650: hue angle of 201.08º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063650 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 54 | 80 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.69 |
| HSL | 201.08º | 0.86% | 0.17% | - |
| HSV(B) | 201.08º | 0.93% | 0.31% | - |
| XYZ | 2.84 | 3.26 | 8.07 | - |
| YUV | 42.61 | 149.1 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 54 | 80 | 0.92 | 0.33 | 0 | 0.69 | 201.08 | 0.86 | 0.17 |
| Hex | 6 | 36 | 50 | 5C | 21 | 0 | 45 | C9 | 56 | 11 |
| Octal | 6 | 66 | 120 | 134 | 41 | 0 | 105 | 311 | 126 | 21 |
| Binary | 110 | 110110 | 1010000 | 1011100 | 100001 | 0 | 1000101 | 11001001 | 1010110 | 10001 |
Color Harmonies of #063650
Complementary color
Monochromatic Colors of #063650
Black with #063650
Text Example
Text Example
White with #063650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063650; }
p { color: rgb(6,54,80); }
H1.HeaderClassName
{
color: #063650;
}
.AnyTagClassName
{
color: #063650;
}
</style>
background-color css
<style>
a { background-color: #063650; }
a { background-color: rgb(6,54,80); }
div.DivClassName
{
background-color: #063650;
}
.BgClassName
{
background-color: #063650;
}
</style>
border-color css
<style>
span { border-color: #063650; }
span { border-color: rgb(6,54,80); }
td.TdClassName
{
border-color: #063650;
}
.TagClassName
{
border-color: #063650;
}
</style>