Shades of Prussian Blue #06385A
Tints of Prussian Blue #06385A
RGB
CMYK
RGB Variations
Color information
#06385A (or 0x06385A) is known color: Prussian Blue. HEX triplet: 06, 38 and 5A. RGB value is (6,56,90). Sum of RGB (Red+Green+Blue) = 6+56+90=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #06385A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06385A is #F9C7A5. Grayscale: #2C2C2C. Windows color (decimal): -16369574 or 5912582. OLE color: 5912582.
HSL color Cylindrical-coordinate representation of color #06385A: hue angle of 204.29º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06385A is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 56 | 90 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.65 |
| HSL | 204.29º | 0.88% | 0.19% | - |
| HSV(B) | 204.29º | 0.93% | 0.35% | - |
| XYZ | 3.33 | 3.61 | 10.19 | - |
| YUV | 44.93 | 153.44 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 56 | 90 | 0.93 | 0.38 | 0 | 0.65 | 204.29 | 0.88 | 0.19 |
| Hex | 6 | 38 | 5A | 5D | 26 | 0 | 41 | CC | 58 | 13 |
| Octal | 6 | 70 | 132 | 135 | 46 | 0 | 101 | 314 | 130 | 23 |
| Binary | 110 | 111000 | 1011010 | 1011101 | 100110 | 0 | 1000001 | 11001100 | 1011000 | 10011 |
Color Harmonies of #06385A
Complementary color
Monochromatic Colors of #06385A
Black with #06385A
Text Example
Text Example
White with #06385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06385A; }
p { color: rgb(6,56,90); }
H1.HeaderClassName
{
color: #06385A;
}
.AnyTagClassName
{
color: #06385A;
}
</style>
background-color css
<style>
a { background-color: #06385A; }
a { background-color: rgb(6,56,90); }
div.DivClassName
{
background-color: #06385A;
}
.BgClassName
{
background-color: #06385A;
}
</style>
border-color css
<style>
span { border-color: #06385A; }
span { border-color: rgb(6,56,90); }
td.TdClassName
{
border-color: #06385A;
}
.TagClassName
{
border-color: #06385A;
}
</style>