Shades of Dark Cerulean #064E6E
Tints of Dark Cerulean #064E6E
RGB
CMYK
RGB Variations
Color information
#064E6E (or 0x064E6E) is known color: Dark Cerulean. HEX triplet: 06, 4E and 6E. RGB value is (6,78,110). Sum of RGB (Red+Green+Blue) = 6+78+110=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 78 (30.86% from 255 or 40.21% from 194); Blue value is 110 (43.36% from 255 or 56.70% from 194); Max value from RGB is 110 - color contains mainly: blue. Hex color #064E6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064E6E is #F9B191. Grayscale: #3B3B3B. Windows color (decimal): -16363922 or 7228934. OLE color: 7228934.
HSL color Cylindrical-coordinate representation of color #064E6E: hue angle of 198.46º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064E6E is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 78 | 110 | - |
| CMYK | 0.95 | 0.29 | 0 | 0.57 |
| HSL | 198.46º | 0.9% | 0.23% | - |
| HSV(B) | 198.46º | 0.95% | 0.43% | - |
| XYZ | 5.61 | 6.61 | 15.73 | - |
| YUV | 60.12 | 156.15 | 89.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 78 | 110 | 0.95 | 0.29 | 0 | 0.57 | 198.46 | 0.9 | 0.23 |
| Hex | 6 | 4E | 6E | 5F | 1D | 0 | 39 | C6 | 5A | 17 |
| Octal | 6 | 116 | 156 | 137 | 35 | 0 | 71 | 306 | 132 | 27 |
| Binary | 110 | 1001110 | 1101110 | 1011111 | 11101 | 0 | 111001 | 11000110 | 1011010 | 10111 |
Color Harmonies of #064E6E
Complementary color
Monochromatic Colors of #064E6E
Black with #064E6E
Text Example
Text Example
White with #064E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064E6E; }
p { color: rgb(6,78,110); }
H1.HeaderClassName
{
color: #064E6E;
}
.AnyTagClassName
{
color: #064E6E;
}
</style>
background-color css
<style>
a { background-color: #064E6E; }
a { background-color: rgb(6,78,110); }
div.DivClassName
{
background-color: #064E6E;
}
.BgClassName
{
background-color: #064E6E;
}
</style>
border-color css
<style>
span { border-color: #064E6E; }
span { border-color: rgb(6,78,110); }
td.TdClassName
{
border-color: #064E6E;
}
.TagClassName
{
border-color: #064E6E;
}
</style>