Shades of Prussian Blue #06385D
Tints of Prussian Blue #06385D
RGB
CMYK
RGB Variations
Color information
#06385D (or 0x06385D) is known color: Prussian Blue. HEX triplet: 06, 38 and 5D. RGB value is (6,56,93). Sum of RGB (Red+Green+Blue) = 6+56+93=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 93 (36.72% from 255 or 60% from 155); Max value from RGB is 93 - color contains mainly: blue. Hex color #06385D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06385D is #F9C7A2. Grayscale: #2D2D2D. Windows color (decimal): -16369571 or 6109190. OLE color: 6109190.
HSL color Cylindrical-coordinate representation of color #06385D: hue angle of 205.52º 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 #06385D is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 56 | 93 | - |
| CMYK | 0.94 | 0.40 | 0 | 0.64 |
| HSL | 205.52º | 0.88% | 0.19% | - |
| HSV(B) | 205.52º | 0.94% | 0.36% | - |
| XYZ | 3.47 | 3.66 | 10.88 | - |
| YUV | 45.27 | 154.94 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 56 | 93 | 0.94 | 0.40 | 0 | 0.64 | 205.52 | 0.88 | 0.19 |
| Hex | 6 | 38 | 5D | 5E | 28 | 0 | 40 | CE | 58 | 13 |
| Octal | 6 | 70 | 135 | 136 | 50 | 0 | 100 | 316 | 130 | 23 |
| Binary | 110 | 111000 | 1011101 | 1011110 | 101000 | 0 | 1000000 | 11001110 | 1011000 | 10011 |
Color Harmonies of #06385D
Complementary color
Monochromatic Colors of #06385D
Black with #06385D
Text Example
Text Example
White with #06385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06385D; }
p { color: rgb(6,56,93); }
H1.HeaderClassName
{
color: #06385D;
}
.AnyTagClassName
{
color: #06385D;
}
</style>
background-color css
<style>
a { background-color: #06385D; }
a { background-color: rgb(6,56,93); }
div.DivClassName
{
background-color: #06385D;
}
.BgClassName
{
background-color: #06385D;
}
</style>
border-color css
<style>
span { border-color: #06385D; }
span { border-color: rgb(6,56,93); }
td.TdClassName
{
border-color: #06385D;
}
.TagClassName
{
border-color: #06385D;
}
</style>