Shades of Prussian Blue #06435D
Tints of Prussian Blue #06435D
RGB
CMYK
RGB Variations
Color information
#06435D (or 0x06435D) is known color: Prussian Blue. HEX triplet: 06, 43 and 5D. RGB value is (6,67,93). Sum of RGB (Red+Green+Blue) = 6+67+93=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 67 (26.56% from 255 or 40.36% from 166); Blue value is 93 (36.72% from 255 or 56.02% from 166); Max value from RGB is 93 - color contains mainly: blue. Hex color #06435D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06435D is #F9BCA2. Grayscale: #333333. Windows color (decimal): -16366755 or 6112006. OLE color: 6112006.
HSL color Cylindrical-coordinate representation of color #06435D: hue angle of 197.93º 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 #06435D is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 67 | 93 | - |
| CMYK | 0.94 | 0.28 | 0 | 0.64 |
| HSL | 197.93º | 0.88% | 0.19% | - |
| HSV(B) | 197.93º | 0.94% | 0.36% | - |
| XYZ | 4.06 | 4.84 | 11.08 | - |
| YUV | 51.73 | 151.29 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 67 | 93 | 0.94 | 0.28 | 0 | 0.64 | 197.93 | 0.88 | 0.19 |
| Hex | 6 | 43 | 5D | 5E | 1C | 0 | 40 | C6 | 58 | 13 |
| Octal | 6 | 103 | 135 | 136 | 34 | 0 | 100 | 306 | 130 | 23 |
| Binary | 110 | 1000011 | 1011101 | 1011110 | 11100 | 0 | 1000000 | 11000110 | 1011000 | 10011 |
Color Harmonies of #06435D
Complementary color
Monochromatic Colors of #06435D
Black with #06435D
Text Example
Text Example
White with #06435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06435D; }
p { color: rgb(6,67,93); }
H1.HeaderClassName
{
color: #06435D;
}
.AnyTagClassName
{
color: #06435D;
}
</style>
background-color css
<style>
a { background-color: #06435D; }
a { background-color: rgb(6,67,93); }
div.DivClassName
{
background-color: #06435D;
}
.BgClassName
{
background-color: #06435D;
}
</style>
border-color css
<style>
span { border-color: #06435D; }
span { border-color: rgb(6,67,93); }
td.TdClassName
{
border-color: #06435D;
}
.TagClassName
{
border-color: #06435D;
}
</style>