Shades of Prussian Blue #06385F
Tints of Prussian Blue #06385F
RGB
CMYK
RGB Variations
Color information
#06385F (or 0x06385F) is known color: Prussian Blue. HEX triplet: 06, 38 and 5F. RGB value is (6,56,95). Sum of RGB (Red+Green+Blue) = 6+56+95=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 95 (37.5% from 255 or 60.51% from 157); Max value from RGB is 95 - color contains mainly: blue. Hex color #06385F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06385F is #F9C7A0. Grayscale: #2D2D2D. Windows color (decimal): -16369569 or 6240262. OLE color: 6240262.
HSL color Cylindrical-coordinate representation of color #06385F: hue angle of 206.29º 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 #06385F is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 6 | 56 | 95 | - |
| CMYK | 0.94 | 0.41 | 0 | 0.63 |
| HSL | 206.29º | 0.88% | 0.2% | - |
| HSV(B) | 206.29º | 0.94% | 0.37% | - |
| XYZ | 3.55 | 3.69 | 11.35 | - |
| YUV | 45.5 | 155.94 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 56 | 95 | 0.94 | 0.41 | 0 | 0.63 | 206.29 | 0.88 | 0.2 |
| Hex | 6 | 38 | 5F | 5E | 29 | 0 | 3F | CE | 58 | 14 |
| Octal | 6 | 70 | 137 | 136 | 51 | 0 | 77 | 316 | 130 | 24 |
| Binary | 110 | 111000 | 1011111 | 1011110 | 101001 | 0 | 111111 | 11001110 | 1011000 | 10100 |
Color Harmonies of #06385F
Complementary color
Monochromatic Colors of #06385F
Black with #06385F
Text Example
Text Example
White with #06385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06385F; }
p { color: rgb(6,56,95); }
H1.HeaderClassName
{
color: #06385F;
}
.AnyTagClassName
{
color: #06385F;
}
</style>
background-color css
<style>
a { background-color: #06385F; }
a { background-color: rgb(6,56,95); }
div.DivClassName
{
background-color: #06385F;
}
.BgClassName
{
background-color: #06385F;
}
</style>
border-color css
<style>
span { border-color: #06385F; }
span { border-color: rgb(6,56,95); }
td.TdClassName
{
border-color: #06385F;
}
.TagClassName
{
border-color: #06385F;
}
</style>