Shades of Dark Cerulean #06498C
Tints of Dark Cerulean #06498C
RGB
CMYK
RGB Variations
Color information
#06498C (or 0x06498C) is known color: Dark Cerulean. HEX triplet: 06, 49 and 8C. RGB value is (6,73,140). Sum of RGB (Red+Green+Blue) = 6+73+140=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 140 (55.08% from 255 or 63.93% from 219); Max value from RGB is 140 - color contains mainly: blue. Hex color #06498C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06498C is #F9B673. Grayscale: #3C3C3C. Windows color (decimal): -16365172 or 9193734. OLE color: 9193734.
HSL color Cylindrical-coordinate representation of color #06498C: hue angle of 210º 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 #06498C is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 73 | 140 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.45 |
| HSL | 210º | 0.92% | 0.29% | - |
| HSV(B) | 210º | 0.96% | 0.55% | - |
| XYZ | 7.19 | 6.7 | 25.72 | - |
| YUV | 60.61 | 172.8 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 73 | 140 | 0.96 | 0.48 | 0 | 0.45 | 210 | 0.92 | 0.29 |
| Hex | 6 | 49 | 8C | 60 | 30 | 0 | 2D | D2 | 5C | 1D |
| Octal | 6 | 111 | 214 | 140 | 60 | 0 | 55 | 322 | 134 | 35 |
| Binary | 110 | 1001001 | 10001100 | 1100000 | 110000 | 0 | 101101 | 11010010 | 1011100 | 11101 |
Color Harmonies of #06498C
Complementary color
Monochromatic Colors of #06498C
Black with #06498C
Text Example
Text Example
White with #06498C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06498C; }
p { color: rgb(6,73,140); }
H1.HeaderClassName
{
color: #06498C;
}
.AnyTagClassName
{
color: #06498C;
}
</style>
background-color css
<style>
a { background-color: #06498C; }
a { background-color: rgb(6,73,140); }
div.DivClassName
{
background-color: #06498C;
}
.BgClassName
{
background-color: #06498C;
}
</style>
border-color css
<style>
span { border-color: #06498C; }
span { border-color: rgb(6,73,140); }
td.TdClassName
{
border-color: #06498C;
}
.TagClassName
{
border-color: #06498C;
}
</style>