Shades of Prussian Blue #06376D
Tints of Prussian Blue #06376D
RGB
CMYK
RGB Variations
Color information
#06376D (or 0x06376D) is known color: Prussian Blue. HEX triplet: 06, 37 and 6D. RGB value is (6,55,109). Sum of RGB (Red+Green+Blue) = 6+55+109=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 109 (42.97% from 255 or 64.12% from 170); Max value from RGB is 109 - color contains mainly: blue. Hex color #06376D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06376D is #F9C892. Grayscale: #2E2E2E. Windows color (decimal): -16369811 or 7157510. OLE color: 7157510.
HSL color Cylindrical-coordinate representation of color #06376D: hue angle of 211.46º 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 #06376D is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 55 | 109 | - |
| CMYK | 0.94 | 0.50 | 0 | 0.57 |
| HSL | 211.46º | 0.9% | 0.23% | - |
| HSV(B) | 211.46º | 0.94% | 0.43% | - |
| XYZ | 4.2 | 3.88 | 14.99 | - |
| YUV | 46.51 | 163.27 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 55 | 109 | 0.94 | 0.50 | 0 | 0.57 | 211.46 | 0.9 | 0.23 |
| Hex | 6 | 37 | 6D | 5E | 32 | 0 | 39 | D3 | 5A | 17 |
| Octal | 6 | 67 | 155 | 136 | 62 | 0 | 71 | 323 | 132 | 27 |
| Binary | 110 | 110111 | 1101101 | 1011110 | 110010 | 0 | 111001 | 11010011 | 1011010 | 10111 |
Color Harmonies of #06376D
Complementary color
Monochromatic Colors of #06376D
Black with #06376D
Text Example
Text Example
White with #06376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06376D; }
p { color: rgb(6,55,109); }
H1.HeaderClassName
{
color: #06376D;
}
.AnyTagClassName
{
color: #06376D;
}
</style>
background-color css
<style>
a { background-color: #06376D; }
a { background-color: rgb(6,55,109); }
div.DivClassName
{
background-color: #06376D;
}
.BgClassName
{
background-color: #06376D;
}
</style>
border-color css
<style>
span { border-color: #06376D; }
span { border-color: rgb(6,55,109); }
td.TdClassName
{
border-color: #06376D;
}
.TagClassName
{
border-color: #06376D;
}
</style>