Shades of Prussian Blue #06395B
Tints of Prussian Blue #06395B
RGB
CMYK
RGB Variations
Color information
#06395B (or 0x06395B) is known color: Prussian Blue. HEX triplet: 06, 39 and 5B. RGB value is (6,57,91). Sum of RGB (Red+Green+Blue) = 6+57+91=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 91 (35.94% from 255 or 59.09% from 154); Max value from RGB is 91 - color contains mainly: blue. Hex color #06395B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06395B is #F9C6A4. Grayscale: #2D2D2D. Windows color (decimal): -16369317 or 5978374. OLE color: 5978374.
HSL color Cylindrical-coordinate representation of color #06395B: hue angle of 204º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06395B is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 57 | 91 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.64 |
| HSL | 204º | 0.88% | 0.19% | - |
| HSV(B) | 204º | 0.93% | 0.36% | - |
| XYZ | 3.43 | 3.72 | 10.44 | - |
| YUV | 45.63 | 153.6 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 57 | 91 | 0.93 | 0.37 | 0 | 0.64 | 204 | 0.88 | 0.19 |
| Hex | 6 | 39 | 5B | 5D | 25 | 0 | 40 | CC | 58 | 13 |
| Octal | 6 | 71 | 133 | 135 | 45 | 0 | 100 | 314 | 130 | 23 |
| Binary | 110 | 111001 | 1011011 | 1011101 | 100101 | 0 | 1000000 | 11001100 | 1011000 | 10011 |
Color Harmonies of #06395B
Complementary color
Monochromatic Colors of #06395B
Black with #06395B
Text Example
Text Example
White with #06395B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06395B; }
p { color: rgb(6,57,91); }
H1.HeaderClassName
{
color: #06395B;
}
.AnyTagClassName
{
color: #06395B;
}
</style>
background-color css
<style>
a { background-color: #06395B; }
a { background-color: rgb(6,57,91); }
div.DivClassName
{
background-color: #06395B;
}
.BgClassName
{
background-color: #06395B;
}
</style>
border-color css
<style>
span { border-color: #06395B; }
span { border-color: rgb(6,57,91); }
td.TdClassName
{
border-color: #06395B;
}
.TagClassName
{
border-color: #06395B;
}
</style>