Shades of Prussian Blue #06366B
Tints of Prussian Blue #06366B
RGB
CMYK
RGB Variations
Color information
#06366B (or 0x06366B) is known color: Prussian Blue. HEX triplet: 06, 36 and 6B. RGB value is (6,54,107). Sum of RGB (Red+Green+Blue) = 6+54+107=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 107 (42.19% from 255 or 64.07% from 167); Max value from RGB is 107 - color contains mainly: blue. Hex color #06366B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06366B is #F9C994. Grayscale: #2D2D2D. Windows color (decimal): -16370069 or 7026182. OLE color: 7026182.
HSL color Cylindrical-coordinate representation of color #06366B: hue angle of 211.49º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06366B is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 54 | 107 | - |
| CMYK | 0.94 | 0.50 | 0 | 0.58 |
| HSL | 211.49º | 0.89% | 0.22% | - |
| HSV(B) | 211.49º | 0.94% | 0.42% | - |
| XYZ | 4.05 | 3.74 | 14.42 | - |
| YUV | 45.69 | 162.6 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 54 | 107 | 0.94 | 0.50 | 0 | 0.58 | 211.49 | 0.89 | 0.22 |
| Hex | 6 | 36 | 6B | 5E | 32 | 0 | 3A | D3 | 59 | 16 |
| Octal | 6 | 66 | 153 | 136 | 62 | 0 | 72 | 323 | 131 | 26 |
| Binary | 110 | 110110 | 1101011 | 1011110 | 110010 | 0 | 111010 | 11010011 | 1011001 | 10110 |
Color Harmonies of #06366B
Complementary color
Monochromatic Colors of #06366B
Black with #06366B
Text Example
Text Example
White with #06366B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06366B; }
p { color: rgb(6,54,107); }
H1.HeaderClassName
{
color: #06366B;
}
.AnyTagClassName
{
color: #06366B;
}
</style>
background-color css
<style>
a { background-color: #06366B; }
a { background-color: rgb(6,54,107); }
div.DivClassName
{
background-color: #06366B;
}
.BgClassName
{
background-color: #06366B;
}
</style>
border-color css
<style>
span { border-color: #06366B; }
span { border-color: rgb(6,54,107); }
td.TdClassName
{
border-color: #06366B;
}
.TagClassName
{
border-color: #06366B;
}
</style>