Shades of Prussian Blue #06274C
Tints of Prussian Blue #06274C
RGB
CMYK
RGB Variations
Color information
#06274C (or 0x06274C) is known color: Prussian Blue. HEX triplet: 06, 27 and 4C. RGB value is (6,39,76). Sum of RGB (Red+Green+Blue) = 6+39+76=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 76 (30.08% from 255 or 62.81% from 121); Max value from RGB is 76 - color contains mainly: blue. Hex color #06274C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06274C is #F9D8B3. Grayscale: #212121. Windows color (decimal): -16373940 or 4990726. OLE color: 4990726.
HSL color Cylindrical-coordinate representation of color #06274C: hue angle of 211.71º degrees, saturation: 0.85, 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 #06274C is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 39 | 76 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.70 |
| HSL | 211.71º | 0.85% | 0.16% | - |
| HSV(B) | 211.71º | 0.92% | 0.3% | - |
| XYZ | 2.11 | 2.01 | 7.11 | - |
| YUV | 33.35 | 152.07 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 39 | 76 | 0.92 | 0.49 | 0 | 0.70 | 211.71 | 0.85 | 0.16 |
| Hex | 6 | 27 | 4C | 5C | 31 | 0 | 46 | D4 | 55 | 10 |
| Octal | 6 | 47 | 114 | 134 | 61 | 0 | 106 | 324 | 125 | 20 |
| Binary | 110 | 100111 | 1001100 | 1011100 | 110001 | 0 | 1000110 | 11010100 | 1010101 | 10000 |
Color Harmonies of #06274C
Complementary color
Monochromatic Colors of #06274C
Black with #06274C
Text Example
Text Example
White with #06274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06274C; }
p { color: rgb(6,39,76); }
H1.HeaderClassName
{
color: #06274C;
}
.AnyTagClassName
{
color: #06274C;
}
</style>
background-color css
<style>
a { background-color: #06274C; }
a { background-color: rgb(6,39,76); }
div.DivClassName
{
background-color: #06274C;
}
.BgClassName
{
background-color: #06274C;
}
</style>
border-color css
<style>
span { border-color: #06274C; }
span { border-color: rgb(6,39,76); }
td.TdClassName
{
border-color: #06274C;
}
.TagClassName
{
border-color: #06274C;
}
</style>