Shades of Prussian Blue #06284D
Tints of Prussian Blue #06284D
RGB
CMYK
RGB Variations
Color information
#06284D (or 0x06284D) is known color: Prussian Blue. HEX triplet: 06, 28 and 4D. RGB value is (6,40,77). Sum of RGB (Red+Green+Blue) = 6+40+77=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 77 (30.47% from 255 or 62.60% from 123); Max value from RGB is 77 - color contains mainly: blue. Hex color #06284D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06284D is #F9D7B2. Grayscale: #212121. Windows color (decimal): -16373683 or 5056518. OLE color: 5056518.
HSL color Cylindrical-coordinate representation of color #06284D: hue angle of 211.27º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06284D is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 40 | 77 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.70 |
| HSL | 211.27º | 0.86% | 0.16% | - |
| HSV(B) | 211.27º | 0.92% | 0.3% | - |
| XYZ | 2.17 | 2.09 | 7.31 | - |
| YUV | 34.05 | 152.24 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 40 | 77 | 0.92 | 0.48 | 0 | 0.70 | 211.27 | 0.86 | 0.16 |
| Hex | 6 | 28 | 4D | 5C | 30 | 0 | 46 | D3 | 56 | 10 |
| Octal | 6 | 50 | 115 | 134 | 60 | 0 | 106 | 323 | 126 | 20 |
| Binary | 110 | 101000 | 1001101 | 1011100 | 110000 | 0 | 1000110 | 11010011 | 1010110 | 10000 |
Color Harmonies of #06284D
Complementary color
Monochromatic Colors of #06284D
Black with #06284D
Text Example
Text Example
White with #06284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06284D; }
p { color: rgb(6,40,77); }
H1.HeaderClassName
{
color: #06284D;
}
.AnyTagClassName
{
color: #06284D;
}
</style>
background-color css
<style>
a { background-color: #06284D; }
a { background-color: rgb(6,40,77); }
div.DivClassName
{
background-color: #06284D;
}
.BgClassName
{
background-color: #06284D;
}
</style>
border-color css
<style>
span { border-color: #06284D; }
span { border-color: rgb(6,40,77); }
td.TdClassName
{
border-color: #06284D;
}
.TagClassName
{
border-color: #06284D;
}
</style>