Shades of Prussian Blue #06375D
Tints of Prussian Blue #06375D
RGB
CMYK
RGB Variations
Color information
#06375D (or 0x06375D) is known color: Prussian Blue. HEX triplet: 06, 37 and 5D. RGB value is (6,55,93). Sum of RGB (Red+Green+Blue) = 6+55+93=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 93 (36.72% from 255 or 60.39% from 154); Max value from RGB is 93 - color contains mainly: blue. Hex color #06375D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06375D is #F9C8A2. Grayscale: #2C2C2C. Windows color (decimal): -16369827 or 6108934. OLE color: 6108934.
HSL color Cylindrical-coordinate representation of color #06375D: hue angle of 206.21º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06375D is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 55 | 93 | - |
| CMYK | 0.94 | 0.41 | 0 | 0.64 |
| HSL | 206.21º | 0.88% | 0.19% | - |
| HSV(B) | 206.21º | 0.94% | 0.36% | - |
| XYZ | 3.42 | 3.56 | 10.86 | - |
| YUV | 44.68 | 155.27 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 55 | 93 | 0.94 | 0.41 | 0 | 0.64 | 206.21 | 0.88 | 0.19 |
| Hex | 6 | 37 | 5D | 5E | 29 | 0 | 40 | CE | 58 | 13 |
| Octal | 6 | 67 | 135 | 136 | 51 | 0 | 100 | 316 | 130 | 23 |
| Binary | 110 | 110111 | 1011101 | 1011110 | 101001 | 0 | 1000000 | 11001110 | 1011000 | 10011 |
Color Harmonies of #06375D
Complementary color
Monochromatic Colors of #06375D
Black with #06375D
Text Example
Text Example
White with #06375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06375D; }
p { color: rgb(6,55,93); }
H1.HeaderClassName
{
color: #06375D;
}
.AnyTagClassName
{
color: #06375D;
}
</style>
background-color css
<style>
a { background-color: #06375D; }
a { background-color: rgb(6,55,93); }
div.DivClassName
{
background-color: #06375D;
}
.BgClassName
{
background-color: #06375D;
}
</style>
border-color css
<style>
span { border-color: #06375D; }
span { border-color: rgb(6,55,93); }
td.TdClassName
{
border-color: #06375D;
}
.TagClassName
{
border-color: #06375D;
}
</style>