Shades of Dark Cerulean #06547F
Tints of Dark Cerulean #06547F
RGB
CMYK
RGB Variations
Color information
#06547F (or 0x06547F) is known color: Dark Cerulean. HEX triplet: 06, 54 and 7F. RGB value is (6,84,127). Sum of RGB (Red+Green+Blue) = 6+84+127=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 127 (50% from 255 or 58.53% from 217); Max value from RGB is 127 - color contains mainly: blue. Hex color #06547F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06547F is #F9AB80. Grayscale: #414141. Windows color (decimal): -16362369 or 8344582. OLE color: 8344582.
HSL color Cylindrical-coordinate representation of color #06547F: hue angle of 201.32º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06547F is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 6 | 84 | 127 | - |
| CMYK | 0.95 | 0.34 | 0 | 0.50 |
| HSL | 201.32º | 0.91% | 0.26% | - |
| HSV(B) | 201.32º | 0.95% | 0.5% | - |
| XYZ | 7.08 | 7.91 | 21.23 | - |
| YUV | 65.58 | 162.66 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 84 | 127 | 0.95 | 0.34 | 0 | 0.50 | 201.32 | 0.91 | 0.26 |
| Hex | 6 | 54 | 7F | 5F | 22 | 0 | 32 | C9 | 5B | 1A |
| Octal | 6 | 124 | 177 | 137 | 42 | 0 | 62 | 311 | 133 | 32 |
| Binary | 110 | 1010100 | 1111111 | 1011111 | 100010 | 0 | 110010 | 11001001 | 1011011 | 11010 |
Color Harmonies of #06547F
Complementary color
Monochromatic Colors of #06547F
Black with #06547F
Text Example
Text Example
White with #06547F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06547F; }
p { color: rgb(6,84,127); }
H1.HeaderClassName
{
color: #06547F;
}
.AnyTagClassName
{
color: #06547F;
}
</style>
background-color css
<style>
a { background-color: #06547F; }
a { background-color: rgb(6,84,127); }
div.DivClassName
{
background-color: #06547F;
}
.BgClassName
{
background-color: #06547F;
}
</style>
border-color css
<style>
span { border-color: #06547F; }
span { border-color: rgb(6,84,127); }
td.TdClassName
{
border-color: #06547F;
}
.TagClassName
{
border-color: #06547F;
}
</style>