Shades of Dark Cerulean #06468B
Tints of Dark Cerulean #06468B
RGB
CMYK
RGB Variations
Color information
#06468B (or 0x06468B) is known color: Dark Cerulean. HEX triplet: 06, 46 and 8B. RGB value is (6,70,139). Sum of RGB (Red+Green+Blue) = 6+70+139=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 139 (54.69% from 255 or 64.65% from 215); Max value from RGB is 139 - color contains mainly: blue. Hex color #06468B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06468B is #F9B974. Grayscale: #3A3A3A. Windows color (decimal): -16365941 or 9127430. OLE color: 9127430.
HSL color Cylindrical-coordinate representation of color #06468B: hue angle of 211.13º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06468B is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 70 | 139 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.45 |
| HSL | 211.13º | 0.92% | 0.28% | - |
| HSV(B) | 211.13º | 0.96% | 0.55% | - |
| XYZ | 6.93 | 6.28 | 25.27 | - |
| YUV | 58.73 | 173.3 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 70 | 139 | 0.96 | 0.50 | 0 | 0.45 | 211.13 | 0.92 | 0.28 |
| Hex | 6 | 46 | 8B | 60 | 32 | 0 | 2D | D3 | 5C | 1C |
| Octal | 6 | 106 | 213 | 140 | 62 | 0 | 55 | 323 | 134 | 34 |
| Binary | 110 | 1000110 | 10001011 | 1100000 | 110010 | 0 | 101101 | 11010011 | 1011100 | 11100 |
Color Harmonies of #06468B
Complementary color
Monochromatic Colors of #06468B
Black with #06468B
Text Example
Text Example
White with #06468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06468B; }
p { color: rgb(6,70,139); }
H1.HeaderClassName
{
color: #06468B;
}
.AnyTagClassName
{
color: #06468B;
}
</style>
background-color css
<style>
a { background-color: #06468B; }
a { background-color: rgb(6,70,139); }
div.DivClassName
{
background-color: #06468B;
}
.BgClassName
{
background-color: #06468B;
}
</style>
border-color css
<style>
span { border-color: #06468B; }
span { border-color: rgb(6,70,139); }
td.TdClassName
{
border-color: #06468B;
}
.TagClassName
{
border-color: #06468B;
}
</style>