Shades of Prussian Blue #063850
Tints of Prussian Blue #063850
RGB
CMYK
RGB Variations
Color information
#063850 (or 0x063850) is known color: Prussian Blue. HEX triplet: 06, 38 and 50. RGB value is (6,56,80). Sum of RGB (Red+Green+Blue) = 6+56+80=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 80 (31.64% from 255 or 56.34% from 142); Max value from RGB is 80 - color contains mainly: blue. Hex color #063850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063850 is #F9C7AF. Grayscale: #2B2B2B. Windows color (decimal): -16369584 or 5257222. OLE color: 5257222.
HSL color Cylindrical-coordinate representation of color #063850: hue angle of 199.46º 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 #063850 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 56 | 80 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.69 |
| HSL | 199.46º | 0.86% | 0.17% | - |
| HSV(B) | 199.46º | 0.93% | 0.31% | - |
| XYZ | 2.94 | 3.45 | 8.1 | - |
| YUV | 43.79 | 148.44 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 56 | 80 | 0.92 | 0.30 | 0 | 0.69 | 199.46 | 0.86 | 0.17 |
| Hex | 6 | 38 | 50 | 5C | 1E | 0 | 45 | C7 | 56 | 11 |
| Octal | 6 | 70 | 120 | 134 | 36 | 0 | 105 | 307 | 126 | 21 |
| Binary | 110 | 111000 | 1010000 | 1011100 | 11110 | 0 | 1000101 | 11000111 | 1010110 | 10001 |
Color Harmonies of #063850
Complementary color
Monochromatic Colors of #063850
Black with #063850
Text Example
Text Example
White with #063850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063850; }
p { color: rgb(6,56,80); }
H1.HeaderClassName
{
color: #063850;
}
.AnyTagClassName
{
color: #063850;
}
</style>
background-color css
<style>
a { background-color: #063850; }
a { background-color: rgb(6,56,80); }
div.DivClassName
{
background-color: #063850;
}
.BgClassName
{
background-color: #063850;
}
</style>
border-color css
<style>
span { border-color: #063850; }
span { border-color: rgb(6,56,80); }
td.TdClassName
{
border-color: #063850;
}
.TagClassName
{
border-color: #063850;
}
</style>