Shades of Dark Cerulean #06468F
Tints of Dark Cerulean #06468F
RGB
CMYK
RGB Variations
Color information
#06468F (or 0x06468F) is known color: Dark Cerulean. HEX triplet: 06, 46 and 8F. RGB value is (6,70,143). Sum of RGB (Red+Green+Blue) = 6+70+143=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 143 (56.25% from 255 or 65.30% from 219); Max value from RGB is 143 - color contains mainly: blue. Hex color #06468F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06468F is #F9B970. Grayscale: #3A3A3A. Windows color (decimal): -16365937 or 9389574. OLE color: 9389574.
HSL color Cylindrical-coordinate representation of color #06468F: hue angle of 211.97º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06468F is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 70 | 143 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.44 |
| HSL | 211.97º | 0.92% | 0.29% | - |
| HSV(B) | 211.97º | 0.96% | 0.56% | - |
| XYZ | 7.22 | 6.4 | 26.84 | - |
| YUV | 59.19 | 175.3 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 70 | 143 | 0.96 | 0.51 | 0 | 0.44 | 211.97 | 0.92 | 0.29 |
| Hex | 6 | 46 | 8F | 60 | 33 | 0 | 2C | D4 | 5C | 1D |
| Octal | 6 | 106 | 217 | 140 | 63 | 0 | 54 | 324 | 134 | 35 |
| Binary | 110 | 1000110 | 10001111 | 1100000 | 110011 | 0 | 101100 | 11010100 | 1011100 | 11101 |
Color Harmonies of #06468F
Complementary color
Monochromatic Colors of #06468F
Black with #06468F
Text Example
Text Example
White with #06468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06468F; }
p { color: rgb(6,70,143); }
H1.HeaderClassName
{
color: #06468F;
}
.AnyTagClassName
{
color: #06468F;
}
</style>
background-color css
<style>
a { background-color: #06468F; }
a { background-color: rgb(6,70,143); }
div.DivClassName
{
background-color: #06468F;
}
.BgClassName
{
background-color: #06468F;
}
</style>
border-color css
<style>
span { border-color: #06468F; }
span { border-color: rgb(6,70,143); }
td.TdClassName
{
border-color: #06468F;
}
.TagClassName
{
border-color: #06468F;
}
</style>