Shades of Prussian Blue #06375E
Tints of Prussian Blue #06375E
RGB
CMYK
RGB Variations
Color information
#06375E (or 0x06375E) is known color: Prussian Blue. HEX triplet: 06, 37 and 5E. RGB value is (6,55,94). Sum of RGB (Red+Green+Blue) = 6+55+94=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 94 (37.11% from 255 or 60.65% from 155); Max value from RGB is 94 - color contains mainly: blue. Hex color #06375E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06375E is #F9C8A1. Grayscale: #2C2C2C. Windows color (decimal): -16369826 or 6174470. OLE color: 6174470.
HSL color Cylindrical-coordinate representation of color #06375E: hue angle of 206.59º 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 #06375E is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 6 | 55 | 94 | - |
| CMYK | 0.94 | 0.41 | 0 | 0.63 |
| HSL | 206.59º | 0.88% | 0.2% | - |
| HSV(B) | 206.59º | 0.94% | 0.37% | - |
| XYZ | 3.46 | 3.58 | 11.1 | - |
| YUV | 44.8 | 155.77 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 55 | 94 | 0.94 | 0.41 | 0 | 0.63 | 206.59 | 0.88 | 0.2 |
| Hex | 6 | 37 | 5E | 5E | 29 | 0 | 3F | CF | 58 | 14 |
| Octal | 6 | 67 | 136 | 136 | 51 | 0 | 77 | 317 | 130 | 24 |
| Binary | 110 | 110111 | 1011110 | 1011110 | 101001 | 0 | 111111 | 11001111 | 1011000 | 10100 |
Color Harmonies of #06375E
Complementary color
Monochromatic Colors of #06375E
Black with #06375E
Text Example
Text Example
White with #06375E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06375E; }
p { color: rgb(6,55,94); }
H1.HeaderClassName
{
color: #06375E;
}
.AnyTagClassName
{
color: #06375E;
}
</style>
background-color css
<style>
a { background-color: #06375E; }
a { background-color: rgb(6,55,94); }
div.DivClassName
{
background-color: #06375E;
}
.BgClassName
{
background-color: #06375E;
}
</style>
border-color css
<style>
span { border-color: #06375E; }
span { border-color: rgb(6,55,94); }
td.TdClassName
{
border-color: #06375E;
}
.TagClassName
{
border-color: #06375E;
}
</style>