Shades of Prussian Blue #06284C
Tints of Prussian Blue #06284C
RGB
CMYK
RGB Variations
Color information
#06284C (or 0x06284C) is known color: Prussian Blue. HEX triplet: 06, 28 and 4C. RGB value is (6,40,76). Sum of RGB (Red+Green+Blue) = 6+40+76=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 40 (16.02% from 255 or 32.79% from 122); Blue value is 76 (30.08% from 255 or 62.30% from 122); Max value from RGB is 76 - color contains mainly: blue. Hex color #06284C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06284C is #F9D7B3. Grayscale: #212121. Windows color (decimal): -16373684 or 4990982. OLE color: 4990982.
HSL color Cylindrical-coordinate representation of color #06284C: hue angle of 210.86º 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 #06284C is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 40 | 76 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.70 |
| HSL | 210.86º | 0.85% | 0.16% | - |
| HSV(B) | 210.86º | 0.92% | 0.3% | - |
| XYZ | 2.14 | 2.08 | 7.13 | - |
| YUV | 33.94 | 151.74 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 40 | 76 | 0.92 | 0.47 | 0 | 0.70 | 210.86 | 0.85 | 0.16 |
| Hex | 6 | 28 | 4C | 5C | 2F | 0 | 46 | D3 | 55 | 10 |
| Octal | 6 | 50 | 114 | 134 | 57 | 0 | 106 | 323 | 125 | 20 |
| Binary | 110 | 101000 | 1001100 | 1011100 | 101111 | 0 | 1000110 | 11010011 | 1010101 | 10000 |
Color Harmonies of #06284C
Complementary color
Monochromatic Colors of #06284C
Black with #06284C
Text Example
Text Example
White with #06284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06284C; }
p { color: rgb(6,40,76); }
H1.HeaderClassName
{
color: #06284C;
}
.AnyTagClassName
{
color: #06284C;
}
</style>
background-color css
<style>
a { background-color: #06284C; }
a { background-color: rgb(6,40,76); }
div.DivClassName
{
background-color: #06284C;
}
.BgClassName
{
background-color: #06284C;
}
</style>
border-color css
<style>
span { border-color: #06284C; }
span { border-color: rgb(6,40,76); }
td.TdClassName
{
border-color: #06284C;
}
.TagClassName
{
border-color: #06284C;
}
</style>