Shades of Prussian Blue #06294C
Tints of Prussian Blue #06294C
RGB
CMYK
RGB Variations
Color information
#06294C (or 0x06294C) is known color: Prussian Blue. HEX triplet: 06, 29 and 4C. RGB value is (6,41,76). Sum of RGB (Red+Green+Blue) = 6+41+76=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 76 (30.08% from 255 or 61.79% from 123); Max value from RGB is 76 - color contains mainly: blue. Hex color #06294C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06294C is #F9D6B3. Grayscale: #222222. Windows color (decimal): -16373428 or 4991238. OLE color: 4991238.
HSL color Cylindrical-coordinate representation of color #06294C: hue angle of 210º 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 #06294C is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 41 | 76 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.70 |
| HSL | 210º | 0.85% | 0.16% | - |
| HSV(B) | 210º | 0.92% | 0.3% | - |
| XYZ | 2.17 | 2.15 | 7.14 | - |
| YUV | 34.53 | 151.4 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 41 | 76 | 0.92 | 0.46 | 0 | 0.70 | 210 | 0.85 | 0.16 |
| Hex | 6 | 29 | 4C | 5C | 2E | 0 | 46 | D2 | 55 | 10 |
| Octal | 6 | 51 | 114 | 134 | 56 | 0 | 106 | 322 | 125 | 20 |
| Binary | 110 | 101001 | 1001100 | 1011100 | 101110 | 0 | 1000110 | 11010010 | 1010101 | 10000 |
Color Harmonies of #06294C
Complementary color
Monochromatic Colors of #06294C
Black with #06294C
Text Example
Text Example
White with #06294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06294C; }
p { color: rgb(6,41,76); }
H1.HeaderClassName
{
color: #06294C;
}
.AnyTagClassName
{
color: #06294C;
}
</style>
background-color css
<style>
a { background-color: #06294C; }
a { background-color: rgb(6,41,76); }
div.DivClassName
{
background-color: #06294C;
}
.BgClassName
{
background-color: #06294C;
}
</style>
border-color css
<style>
span { border-color: #06294C; }
span { border-color: rgb(6,41,76); }
td.TdClassName
{
border-color: #06294C;
}
.TagClassName
{
border-color: #06294C;
}
</style>