Shades of Dark Cerulean #06466A
Tints of Dark Cerulean #06466A
RGB
CMYK
RGB Variations
Color information
#06466A (or 0x06466A) is known color: Dark Cerulean. HEX triplet: 06, 46 and 6A. RGB value is (6,70,106). Sum of RGB (Red+Green+Blue) = 6+70+106=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 106 (41.80% from 255 or 58.24% from 182); Max value from RGB is 106 - color contains mainly: blue. Hex color #06466A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06466A is #F9B995. Grayscale: #363636. Windows color (decimal): -16365974 or 6964742. OLE color: 6964742.
HSL color Cylindrical-coordinate representation of color #06466A: hue angle of 201.6º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06466A is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 70 | 106 | - |
| CMYK | 0.94 | 0.34 | 0 | 0.58 |
| HSL | 201.6º | 0.89% | 0.22% | - |
| HSV(B) | 201.6º | 0.94% | 0.42% | - |
| XYZ | 4.87 | 5.46 | 14.43 | - |
| YUV | 54.97 | 156.8 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 70 | 106 | 0.94 | 0.34 | 0 | 0.58 | 201.6 | 0.89 | 0.22 |
| Hex | 6 | 46 | 6A | 5E | 22 | 0 | 3A | CA | 59 | 16 |
| Octal | 6 | 106 | 152 | 136 | 42 | 0 | 72 | 312 | 131 | 26 |
| Binary | 110 | 1000110 | 1101010 | 1011110 | 100010 | 0 | 111010 | 11001010 | 1011001 | 10110 |
Color Harmonies of #06466A
Complementary color
Monochromatic Colors of #06466A
Black with #06466A
Text Example
Text Example
White with #06466A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06466A; }
p { color: rgb(6,70,106); }
H1.HeaderClassName
{
color: #06466A;
}
.AnyTagClassName
{
color: #06466A;
}
</style>
background-color css
<style>
a { background-color: #06466A; }
a { background-color: rgb(6,70,106); }
div.DivClassName
{
background-color: #06466A;
}
.BgClassName
{
background-color: #06466A;
}
</style>
border-color css
<style>
span { border-color: #06466A; }
span { border-color: rgb(6,70,106); }
td.TdClassName
{
border-color: #06466A;
}
.TagClassName
{
border-color: #06466A;
}
</style>