Shades of Dark Cerulean #06466E
Tints of Dark Cerulean #06466E
RGB
CMYK
RGB Variations
Color information
#06466E (or 0x06466E) is known color: Dark Cerulean. HEX triplet: 06, 46 and 6E. RGB value is (6,70,110). Sum of RGB (Red+Green+Blue) = 6+70+110=186 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.23% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 110 (43.36% from 255 or 59.14% from 186); Max value from RGB is 110 - color contains mainly: blue. Hex color #06466E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06466E is #F9B991. Grayscale: #373737. Windows color (decimal): -16365970 or 7226886. OLE color: 7226886.
HSL color Cylindrical-coordinate representation of color #06466E: hue angle of 203.08º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06466E is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 70 | 110 | - |
| CMYK | 0.95 | 0.36 | 0 | 0.57 |
| HSL | 203.08º | 0.9% | 0.23% | - |
| HSV(B) | 203.08º | 0.95% | 0.43% | - |
| XYZ | 5.08 | 5.54 | 15.55 | - |
| YUV | 55.42 | 158.8 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 70 | 110 | 0.95 | 0.36 | 0 | 0.57 | 203.08 | 0.9 | 0.23 |
| Hex | 6 | 46 | 6E | 5F | 24 | 0 | 39 | CB | 5A | 17 |
| Octal | 6 | 106 | 156 | 137 | 44 | 0 | 71 | 313 | 132 | 27 |
| Binary | 110 | 1000110 | 1101110 | 1011111 | 100100 | 0 | 111001 | 11001011 | 1011010 | 10111 |
Color Harmonies of #06466E
Complementary color
Monochromatic Colors of #06466E
Black with #06466E
Text Example
Text Example
White with #06466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06466E; }
p { color: rgb(6,70,110); }
H1.HeaderClassName
{
color: #06466E;
}
.AnyTagClassName
{
color: #06466E;
}
</style>
background-color css
<style>
a { background-color: #06466E; }
a { background-color: rgb(6,70,110); }
div.DivClassName
{
background-color: #06466E;
}
.BgClassName
{
background-color: #06466E;
}
</style>
border-color css
<style>
span { border-color: #06466E; }
span { border-color: rgb(6,70,110); }
td.TdClassName
{
border-color: #06466E;
}
.TagClassName
{
border-color: #06466E;
}
</style>