Shades of Prussian Blue #06385B
Tints of Prussian Blue #06385B
RGB
CMYK
RGB Variations
Color information
#06385B (or 0x06385B) is known color: Prussian Blue. HEX triplet: 06, 38 and 5B. RGB value is (6,56,91). Sum of RGB (Red+Green+Blue) = 6+56+91=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 91 (35.94% from 255 or 59.48% from 153); Max value from RGB is 91 - color contains mainly: blue. Hex color #06385B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06385B is #F9C7A4. Grayscale: #2C2C2C. Windows color (decimal): -16369573 or 5978118. OLE color: 5978118.
HSL color Cylindrical-coordinate representation of color #06385B: hue angle of 204.71º 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 #06385B is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 56 | 91 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.64 |
| HSL | 204.71º | 0.88% | 0.19% | - |
| HSV(B) | 204.71º | 0.93% | 0.36% | - |
| XYZ | 3.38 | 3.62 | 10.42 | - |
| YUV | 45.04 | 153.94 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 56 | 91 | 0.93 | 0.38 | 0 | 0.64 | 204.71 | 0.88 | 0.19 |
| Hex | 6 | 38 | 5B | 5D | 26 | 0 | 40 | CD | 58 | 13 |
| Octal | 6 | 70 | 133 | 135 | 46 | 0 | 100 | 315 | 130 | 23 |
| Binary | 110 | 111000 | 1011011 | 1011101 | 100110 | 0 | 1000000 | 11001101 | 1011000 | 10011 |
Color Harmonies of #06385B
Complementary color
Monochromatic Colors of #06385B
Black with #06385B
Text Example
Text Example
White with #06385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06385B; }
p { color: rgb(6,56,91); }
H1.HeaderClassName
{
color: #06385B;
}
.AnyTagClassName
{
color: #06385B;
}
</style>
background-color css
<style>
a { background-color: #06385B; }
a { background-color: rgb(6,56,91); }
div.DivClassName
{
background-color: #06385B;
}
.BgClassName
{
background-color: #06385B;
}
</style>
border-color css
<style>
span { border-color: #06385B; }
span { border-color: rgb(6,56,91); }
td.TdClassName
{
border-color: #06385B;
}
.TagClassName
{
border-color: #06385B;
}
</style>