Shades of Dark Cerulean #06608F
Tints of Dark Cerulean #06608F
RGB
CMYK
RGB Variations
Color information
#06608F (or 0x06608F) is known color: Dark Cerulean. HEX triplet: 06, 60 and 8F. RGB value is (6,96,143). Sum of RGB (Red+Green+Blue) = 6+96+143=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 143 (56.25% from 255 or 58.37% from 245); Max value from RGB is 143 - color contains mainly: blue. Hex color #06608F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06608F is #F99F70. Grayscale: #4A4A4A. Windows color (decimal): -16359281 or 9396230. OLE color: 9396230.
HSL color Cylindrical-coordinate representation of color #06608F: hue angle of 200.58º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06608F is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 96 | 143 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.44 |
| HSL | 200.58º | 0.92% | 0.29% | - |
| HSV(B) | 200.58º | 0.96% | 0.56% | - |
| XYZ | 9.22 | 10.39 | 27.51 | - |
| YUV | 74.45 | 166.68 | 79.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 96 | 143 | 0.96 | 0.33 | 0 | 0.44 | 200.58 | 0.92 | 0.29 |
| Hex | 6 | 60 | 8F | 60 | 21 | 0 | 2C | C9 | 5C | 1D |
| Octal | 6 | 140 | 217 | 140 | 41 | 0 | 54 | 311 | 134 | 35 |
| Binary | 110 | 1100000 | 10001111 | 1100000 | 100001 | 0 | 101100 | 11001001 | 1011100 | 11101 |
Color Harmonies of #06608F
Complementary color
Monochromatic Colors of #06608F
Black with #06608F
Text Example
Text Example
White with #06608F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06608F; }
p { color: rgb(6,96,143); }
H1.HeaderClassName
{
color: #06608F;
}
.AnyTagClassName
{
color: #06608F;
}
</style>
background-color css
<style>
a { background-color: #06608F; }
a { background-color: rgb(6,96,143); }
div.DivClassName
{
background-color: #06608F;
}
.BgClassName
{
background-color: #06608F;
}
</style>
border-color css
<style>
span { border-color: #06608F; }
span { border-color: rgb(6,96,143); }
td.TdClassName
{
border-color: #06608F;
}
.TagClassName
{
border-color: #06608F;
}
</style>