Shades of Dark Cerulean #06468A
Tints of Dark Cerulean #06468A
RGB
CMYK
RGB Variations
Color information
#06468A (or 0x06468A) is known color: Dark Cerulean. HEX triplet: 06, 46 and 8A. RGB value is (6,70,138). Sum of RGB (Red+Green+Blue) = 6+70+138=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 138 (54.30% from 255 or 64.49% from 214); Max value from RGB is 138 - color contains mainly: blue. Hex color #06468A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06468A is #F9B975. Grayscale: #3A3A3A. Windows color (decimal): -16365942 or 9061894. OLE color: 9061894.
HSL color Cylindrical-coordinate representation of color #06468A: hue angle of 210.91º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06468A is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 70 | 138 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.46 |
| HSL | 210.91º | 0.92% | 0.28% | - |
| HSV(B) | 210.91º | 0.96% | 0.54% | - |
| XYZ | 6.85 | 6.25 | 24.89 | - |
| YUV | 58.62 | 172.8 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 70 | 138 | 0.96 | 0.49 | 0 | 0.46 | 210.91 | 0.92 | 0.28 |
| Hex | 6 | 46 | 8A | 60 | 31 | 0 | 2E | D3 | 5C | 1C |
| Octal | 6 | 106 | 212 | 140 | 61 | 0 | 56 | 323 | 134 | 34 |
| Binary | 110 | 1000110 | 10001010 | 1100000 | 110001 | 0 | 101110 | 11010011 | 1011100 | 11100 |
Color Harmonies of #06468A
Complementary color
Monochromatic Colors of #06468A
Black with #06468A
Text Example
Text Example
White with #06468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06468A; }
p { color: rgb(6,70,138); }
H1.HeaderClassName
{
color: #06468A;
}
.AnyTagClassName
{
color: #06468A;
}
</style>
background-color css
<style>
a { background-color: #06468A; }
a { background-color: rgb(6,70,138); }
div.DivClassName
{
background-color: #06468A;
}
.BgClassName
{
background-color: #06468A;
}
</style>
border-color css
<style>
span { border-color: #06468A; }
span { border-color: rgb(6,70,138); }
td.TdClassName
{
border-color: #06468A;
}
.TagClassName
{
border-color: #06468A;
}
</style>