Shades of Prussian Blue #06355B
Tints of Prussian Blue #06355B
RGB
CMYK
RGB Variations
Color information
#06355B (or 0x06355B) is known color: Prussian Blue. HEX triplet: 06, 35 and 5B. RGB value is (6,53,91). Sum of RGB (Red+Green+Blue) = 6+53+91=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 91 (35.94% from 255 or 60.67% from 150); Max value from RGB is 91 - color contains mainly: blue. Hex color #06355B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06355B is #F9CAA4. Grayscale: #2B2B2B. Windows color (decimal): -16370341 or 5977350. OLE color: 5977350.
HSL color Cylindrical-coordinate representation of color #06355B: hue angle of 206.82º 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 #06355B is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 53 | 91 | - |
| CMYK | 0.93 | 0.42 | 0 | 0.64 |
| HSL | 206.82º | 0.88% | 0.19% | - |
| HSV(B) | 206.82º | 0.93% | 0.36% | - |
| XYZ | 3.24 | 3.34 | 10.37 | - |
| YUV | 43.28 | 154.93 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 53 | 91 | 0.93 | 0.42 | 0 | 0.64 | 206.82 | 0.88 | 0.19 |
| Hex | 6 | 35 | 5B | 5D | 2A | 0 | 40 | CF | 58 | 13 |
| Octal | 6 | 65 | 133 | 135 | 52 | 0 | 100 | 317 | 130 | 23 |
| Binary | 110 | 110101 | 1011011 | 1011101 | 101010 | 0 | 1000000 | 11001111 | 1011000 | 10011 |
Color Harmonies of #06355B
Complementary color
Monochromatic Colors of #06355B
Black with #06355B
Text Example
Text Example
White with #06355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06355B; }
p { color: rgb(6,53,91); }
H1.HeaderClassName
{
color: #06355B;
}
.AnyTagClassName
{
color: #06355B;
}
</style>
background-color css
<style>
a { background-color: #06355B; }
a { background-color: rgb(6,53,91); }
div.DivClassName
{
background-color: #06355B;
}
.BgClassName
{
background-color: #06355B;
}
</style>
border-color css
<style>
span { border-color: #06355B; }
span { border-color: rgb(6,53,91); }
td.TdClassName
{
border-color: #06355B;
}
.TagClassName
{
border-color: #06355B;
}
</style>