Shades of Prussian Blue #06405C
Tints of Prussian Blue #06405C
RGB
CMYK
RGB Variations
Color information
#06405C (or 0x06405C) is known color: Prussian Blue. HEX triplet: 06, 40 and 5C. RGB value is (6,64,92). Sum of RGB (Red+Green+Blue) = 6+64+92=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 92 (36.33% from 255 or 56.79% from 162); Max value from RGB is 92 - color contains mainly: blue. Hex color #06405C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06405C is #F9BFA3. Grayscale: #313131. Windows color (decimal): -16367524 or 6045702. OLE color: 6045702.
HSL color Cylindrical-coordinate representation of color #06405C: hue angle of 199.53º 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 #06405C is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 64 | 92 | - |
| CMYK | 0.93 | 0.30 | 0 | 0.64 |
| HSL | 199.53º | 0.88% | 0.19% | - |
| HSV(B) | 199.53º | 0.93% | 0.36% | - |
| XYZ | 3.84 | 4.48 | 10.79 | - |
| YUV | 49.85 | 151.78 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 64 | 92 | 0.93 | 0.30 | 0 | 0.64 | 199.53 | 0.88 | 0.19 |
| Hex | 6 | 40 | 5C | 5D | 1E | 0 | 40 | C8 | 58 | 13 |
| Octal | 6 | 100 | 134 | 135 | 36 | 0 | 100 | 310 | 130 | 23 |
| Binary | 110 | 1000000 | 1011100 | 1011101 | 11110 | 0 | 1000000 | 11001000 | 1011000 | 10011 |
Color Harmonies of #06405C
Complementary color
Monochromatic Colors of #06405C
Black with #06405C
Text Example
Text Example
White with #06405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06405C; }
p { color: rgb(6,64,92); }
H1.HeaderClassName
{
color: #06405C;
}
.AnyTagClassName
{
color: #06405C;
}
</style>
background-color css
<style>
a { background-color: #06405C; }
a { background-color: rgb(6,64,92); }
div.DivClassName
{
background-color: #06405C;
}
.BgClassName
{
background-color: #06405C;
}
</style>
border-color css
<style>
span { border-color: #06405C; }
span { border-color: rgb(6,64,92); }
td.TdClassName
{
border-color: #06405C;
}
.TagClassName
{
border-color: #06405C;
}
</style>