Shades of Prussian Blue #06386D
Tints of Prussian Blue #06386D
RGB
CMYK
RGB Variations
Color information
#06386D (or 0x06386D) is known color: Prussian Blue. HEX triplet: 06, 38 and 6D. RGB value is (6,56,109). Sum of RGB (Red+Green+Blue) = 6+56+109=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 109 (42.97% from 255 or 63.74% from 171); Max value from RGB is 109 - color contains mainly: blue. Hex color #06386D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06386D is #F9C792. Grayscale: #2E2E2E. Windows color (decimal): -16369555 or 7157766. OLE color: 7157766.
HSL color Cylindrical-coordinate representation of color #06386D: hue angle of 210.87º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06386D is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 56 | 109 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.57 |
| HSL | 210.87º | 0.9% | 0.23% | - |
| HSV(B) | 210.87º | 0.94% | 0.43% | - |
| XYZ | 4.25 | 3.97 | 15.01 | - |
| YUV | 47.09 | 162.94 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 56 | 109 | 0.94 | 0.49 | 0 | 0.57 | 210.87 | 0.9 | 0.23 |
| Hex | 6 | 38 | 6D | 5E | 31 | 0 | 39 | D3 | 5A | 17 |
| Octal | 6 | 70 | 155 | 136 | 61 | 0 | 71 | 323 | 132 | 27 |
| Binary | 110 | 111000 | 1101101 | 1011110 | 110001 | 0 | 111001 | 11010011 | 1011010 | 10111 |
Color Harmonies of #06386D
Complementary color
Monochromatic Colors of #06386D
Black with #06386D
Text Example
Text Example
White with #06386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06386D; }
p { color: rgb(6,56,109); }
H1.HeaderClassName
{
color: #06386D;
}
.AnyTagClassName
{
color: #06386D;
}
</style>
background-color css
<style>
a { background-color: #06386D; }
a { background-color: rgb(6,56,109); }
div.DivClassName
{
background-color: #06386D;
}
.BgClassName
{
background-color: #06386D;
}
</style>
border-color css
<style>
span { border-color: #06386D; }
span { border-color: rgb(6,56,109); }
td.TdClassName
{
border-color: #06386D;
}
.TagClassName
{
border-color: #06386D;
}
</style>