Shades of Dark Cerulean #06468D
Tints of Dark Cerulean #06468D
RGB
CMYK
RGB Variations
Color information
#06468D (or 0x06468D) is known color: Dark Cerulean. HEX triplet: 06, 46 and 8D. RGB value is (6,70,141). Sum of RGB (Red+Green+Blue) = 6+70+141=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 141 (55.47% from 255 or 64.98% from 217); Max value from RGB is 141 - color contains mainly: blue. Hex color #06468D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06468D is #F9B972. Grayscale: #3A3A3A. Windows color (decimal): -16365939 or 9258502. OLE color: 9258502.
HSL color Cylindrical-coordinate representation of color #06468D: hue angle of 211.56º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06468D is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 70 | 141 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.45 |
| HSL | 211.56º | 0.92% | 0.29% | - |
| HSV(B) | 211.56º | 0.96% | 0.55% | - |
| XYZ | 7.07 | 6.34 | 26.05 | - |
| YUV | 58.96 | 174.3 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 70 | 141 | 0.96 | 0.50 | 0 | 0.45 | 211.56 | 0.92 | 0.29 |
| Hex | 6 | 46 | 8D | 60 | 32 | 0 | 2D | D4 | 5C | 1D |
| Octal | 6 | 106 | 215 | 140 | 62 | 0 | 55 | 324 | 134 | 35 |
| Binary | 110 | 1000110 | 10001101 | 1100000 | 110010 | 0 | 101101 | 11010100 | 1011100 | 11101 |
Color Harmonies of #06468D
Complementary color
Monochromatic Colors of #06468D
Black with #06468D
Text Example
Text Example
White with #06468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06468D; }
p { color: rgb(6,70,141); }
H1.HeaderClassName
{
color: #06468D;
}
.AnyTagClassName
{
color: #06468D;
}
</style>
background-color css
<style>
a { background-color: #06468D; }
a { background-color: rgb(6,70,141); }
div.DivClassName
{
background-color: #06468D;
}
.BgClassName
{
background-color: #06468D;
}
</style>
border-color css
<style>
span { border-color: #06468D; }
span { border-color: rgb(6,70,141); }
td.TdClassName
{
border-color: #06468D;
}
.TagClassName
{
border-color: #06468D;
}
</style>