Shades of Prussian Blue #06274D
Tints of Prussian Blue #06274D
RGB
CMYK
RGB Variations
Color information
#06274D (or 0x06274D) is known color: Prussian Blue. HEX triplet: 06, 27 and 4D. RGB value is (6,39,77). Sum of RGB (Red+Green+Blue) = 6+39+77=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 77 (30.47% from 255 or 63.11% from 122); Max value from RGB is 77 - color contains mainly: blue. Hex color #06274D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06274D is #F9D8B2. Grayscale: #212121. Windows color (decimal): -16373939 or 5056262. OLE color: 5056262.
HSL color Cylindrical-coordinate representation of color #06274D: hue angle of 212.11º 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 #06274D is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 39 | 77 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.70 |
| HSL | 212.11º | 0.86% | 0.16% | - |
| HSV(B) | 212.11º | 0.92% | 0.3% | - |
| XYZ | 2.14 | 2.03 | 7.3 | - |
| YUV | 33.47 | 152.57 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 39 | 77 | 0.92 | 0.49 | 0 | 0.70 | 212.11 | 0.86 | 0.16 |
| Hex | 6 | 27 | 4D | 5C | 31 | 0 | 46 | D4 | 56 | 10 |
| Octal | 6 | 47 | 115 | 134 | 61 | 0 | 106 | 324 | 126 | 20 |
| Binary | 110 | 100111 | 1001101 | 1011100 | 110001 | 0 | 1000110 | 11010100 | 1010110 | 10000 |
Color Harmonies of #06274D
Complementary color
Monochromatic Colors of #06274D
Black with #06274D
Text Example
Text Example
White with #06274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06274D; }
p { color: rgb(6,39,77); }
H1.HeaderClassName
{
color: #06274D;
}
.AnyTagClassName
{
color: #06274D;
}
</style>
background-color css
<style>
a { background-color: #06274D; }
a { background-color: rgb(6,39,77); }
div.DivClassName
{
background-color: #06274D;
}
.BgClassName
{
background-color: #06274D;
}
</style>
border-color css
<style>
span { border-color: #06274D; }
span { border-color: rgb(6,39,77); }
td.TdClassName
{
border-color: #06274D;
}
.TagClassName
{
border-color: #06274D;
}
</style>