Shades of Prussian Blue #06274E
Tints of Prussian Blue #06274E
RGB
CMYK
RGB Variations
Color information
#06274E (or 0x06274E) is known color: Prussian Blue. HEX triplet: 06, 27 and 4E. RGB value is (6,39,78). Sum of RGB (Red+Green+Blue) = 6+39+78=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 39 (15.62% from 255 or 31.71% from 123); Blue value is 78 (30.86% from 255 or 63.41% from 123); Max value from RGB is 78 - color contains mainly: blue. Hex color #06274E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06274E is #F9D8B1. Grayscale: #212121. Windows color (decimal): -16373938 or 5121798. OLE color: 5121798.
HSL color Cylindrical-coordinate representation of color #06274E: hue angle of 212.5º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06274E is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 39 | 78 | - |
| CMYK | 0.92 | 0.50 | 0 | 0.69 |
| HSL | 212.5º | 0.86% | 0.16% | - |
| HSV(B) | 212.5º | 0.92% | 0.31% | - |
| XYZ | 2.18 | 2.04 | 7.49 | - |
| YUV | 33.58 | 153.07 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 39 | 78 | 0.92 | 0.50 | 0 | 0.69 | 212.5 | 0.86 | 0.16 |
| Hex | 6 | 27 | 4E | 5C | 32 | 0 | 45 | D4 | 56 | 10 |
| Octal | 6 | 47 | 116 | 134 | 62 | 0 | 105 | 324 | 126 | 20 |
| Binary | 110 | 100111 | 1001110 | 1011100 | 110010 | 0 | 1000101 | 11010100 | 1010110 | 10000 |
Color Harmonies of #06274E
Complementary color
Monochromatic Colors of #06274E
Black with #06274E
Text Example
Text Example
White with #06274E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06274E; }
p { color: rgb(6,39,78); }
H1.HeaderClassName
{
color: #06274E;
}
.AnyTagClassName
{
color: #06274E;
}
</style>
background-color css
<style>
a { background-color: #06274E; }
a { background-color: rgb(6,39,78); }
div.DivClassName
{
background-color: #06274E;
}
.BgClassName
{
background-color: #06274E;
}
</style>
border-color css
<style>
span { border-color: #06274E; }
span { border-color: rgb(6,39,78); }
td.TdClassName
{
border-color: #06274E;
}
.TagClassName
{
border-color: #06274E;
}
</style>