Shades of Prussian Blue #06395E
Tints of Prussian Blue #06395E
RGB
CMYK
RGB Variations
Color information
#06395E (or 0x06395E) is known color: Prussian Blue. HEX triplet: 06, 39 and 5E. RGB value is (6,57,94). Sum of RGB (Red+Green+Blue) = 6+57+94=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 94 (37.11% from 255 or 59.87% from 157); Max value from RGB is 94 - color contains mainly: blue. Hex color #06395E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06395E is #F9C6A1. Grayscale: #2D2D2D. Windows color (decimal): -16369314 or 6174982. OLE color: 6174982.
HSL color Cylindrical-coordinate representation of color #06395E: hue angle of 205.23º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06395E is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 6 | 57 | 94 | - |
| CMYK | 0.94 | 0.39 | 0 | 0.63 |
| HSL | 205.23º | 0.88% | 0.2% | - |
| HSV(B) | 205.23º | 0.94% | 0.37% | - |
| XYZ | 3.56 | 3.77 | 11.13 | - |
| YUV | 45.97 | 155.1 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 57 | 94 | 0.94 | 0.39 | 0 | 0.63 | 205.23 | 0.88 | 0.2 |
| Hex | 6 | 39 | 5E | 5E | 27 | 0 | 3F | CD | 58 | 14 |
| Octal | 6 | 71 | 136 | 136 | 47 | 0 | 77 | 315 | 130 | 24 |
| Binary | 110 | 111001 | 1011110 | 1011110 | 100111 | 0 | 111111 | 11001101 | 1011000 | 10100 |
Color Harmonies of #06395E
Complementary color
Monochromatic Colors of #06395E
Black with #06395E
Text Example
Text Example
White with #06395E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06395E; }
p { color: rgb(6,57,94); }
H1.HeaderClassName
{
color: #06395E;
}
.AnyTagClassName
{
color: #06395E;
}
</style>
background-color css
<style>
a { background-color: #06395E; }
a { background-color: rgb(6,57,94); }
div.DivClassName
{
background-color: #06395E;
}
.BgClassName
{
background-color: #06395E;
}
</style>
border-color css
<style>
span { border-color: #06395E; }
span { border-color: rgb(6,57,94); }
td.TdClassName
{
border-color: #06395E;
}
.TagClassName
{
border-color: #06395E;
}
</style>