Shades of Prussian Blue #06375B
Tints of Prussian Blue #06375B
RGB
CMYK
RGB Variations
Color information
#06375B (or 0x06375B) is known color: Prussian Blue. HEX triplet: 06, 37 and 5B. RGB value is (6,55,91). Sum of RGB (Red+Green+Blue) = 6+55+91=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 55 (21.88% from 255 or 36.18% from 152); Blue value is 91 (35.94% from 255 or 59.87% from 152); Max value from RGB is 91 - color contains mainly: blue. Hex color #06375B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06375B is #F9C8A4. Grayscale: #2C2C2C. Windows color (decimal): -16369829 or 5977862. OLE color: 5977862.
HSL color Cylindrical-coordinate representation of color #06375B: hue angle of 205.41º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06375B is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 55 | 91 | - |
| CMYK | 0.93 | 0.40 | 0 | 0.64 |
| HSL | 205.41º | 0.88% | 0.19% | - |
| HSV(B) | 205.41º | 0.93% | 0.36% | - |
| XYZ | 3.33 | 3.53 | 10.4 | - |
| YUV | 44.45 | 154.27 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 55 | 91 | 0.93 | 0.40 | 0 | 0.64 | 205.41 | 0.88 | 0.19 |
| Hex | 6 | 37 | 5B | 5D | 28 | 0 | 40 | CD | 58 | 13 |
| Octal | 6 | 67 | 133 | 135 | 50 | 0 | 100 | 315 | 130 | 23 |
| Binary | 110 | 110111 | 1011011 | 1011101 | 101000 | 0 | 1000000 | 11001101 | 1011000 | 10011 |
Color Harmonies of #06375B
Complementary color
Monochromatic Colors of #06375B
Black with #06375B
Text Example
Text Example
White with #06375B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06375B; }
p { color: rgb(6,55,91); }
H1.HeaderClassName
{
color: #06375B;
}
.AnyTagClassName
{
color: #06375B;
}
</style>
background-color css
<style>
a { background-color: #06375B; }
a { background-color: rgb(6,55,91); }
div.DivClassName
{
background-color: #06375B;
}
.BgClassName
{
background-color: #06375B;
}
</style>
border-color css
<style>
span { border-color: #06375B; }
span { border-color: rgb(6,55,91); }
td.TdClassName
{
border-color: #06375B;
}
.TagClassName
{
border-color: #06375B;
}
</style>