Shades of Dark Cerulean #06568A
Tints of Dark Cerulean #06568A
RGB
CMYK
RGB Variations
Color information
#06568A (or 0x06568A) is known color: Dark Cerulean. HEX triplet: 06, 56 and 8A. RGB value is (6,86,138). Sum of RGB (Red+Green+Blue) = 6+86+138=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 138 (54.30% from 255 or 60% from 230); Max value from RGB is 138 - color contains mainly: blue. Hex color #06568A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06568A is #F9A975. Grayscale: #434343. Windows color (decimal): -16361846 or 9065990. OLE color: 9065990.
HSL color Cylindrical-coordinate representation of color #06568A: hue angle of 203.64º 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 #06568A is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 86 | 138 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.46 |
| HSL | 203.64º | 0.92% | 0.28% | - |
| HSV(B) | 203.64º | 0.96% | 0.54% | - |
| XYZ | 7.99 | 8.53 | 25.27 | - |
| YUV | 68.01 | 167.5 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 86 | 138 | 0.96 | 0.38 | 0 | 0.46 | 203.64 | 0.92 | 0.28 |
| Hex | 6 | 56 | 8A | 60 | 26 | 0 | 2E | CC | 5C | 1C |
| Octal | 6 | 126 | 212 | 140 | 46 | 0 | 56 | 314 | 134 | 34 |
| Binary | 110 | 1010110 | 10001010 | 1100000 | 100110 | 0 | 101110 | 11001100 | 1011100 | 11100 |
Color Harmonies of #06568A
Complementary color
Monochromatic Colors of #06568A
Black with #06568A
Text Example
Text Example
White with #06568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06568A; }
p { color: rgb(6,86,138); }
H1.HeaderClassName
{
color: #06568A;
}
.AnyTagClassName
{
color: #06568A;
}
</style>
background-color css
<style>
a { background-color: #06568A; }
a { background-color: rgb(6,86,138); }
div.DivClassName
{
background-color: #06568A;
}
.BgClassName
{
background-color: #06568A;
}
</style>
border-color css
<style>
span { border-color: #06568A; }
span { border-color: rgb(6,86,138); }
td.TdClassName
{
border-color: #06568A;
}
.TagClassName
{
border-color: #06568A;
}
</style>