Shades of Dark Cerulean #064D6B
Tints of Dark Cerulean #064D6B
RGB
CMYK
RGB Variations
Color information
#064D6B (or 0x064D6B) is known color: Dark Cerulean. HEX triplet: 06, 4D and 6B. RGB value is (6,77,107). Sum of RGB (Red+Green+Blue) = 6+77+107=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 77 (30.47% from 255 or 40.53% from 190); Blue value is 107 (42.19% from 255 or 56.32% from 190); Max value from RGB is 107 - color contains mainly: blue. Hex color #064D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064D6B is #F9B294. Grayscale: #3B3B3B. Windows color (decimal): -16364181 or 7032070. OLE color: 7032070.
HSL color Cylindrical-coordinate representation of color #064D6B: hue angle of 197.82º 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 #064D6B is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 77 | 107 | - |
| CMYK | 0.94 | 0.28 | 0 | 0.58 |
| HSL | 197.82º | 0.89% | 0.22% | - |
| HSV(B) | 197.82º | 0.94% | 0.42% | - |
| XYZ | 5.38 | 6.41 | 14.86 | - |
| YUV | 59.19 | 154.98 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 77 | 107 | 0.94 | 0.28 | 0 | 0.58 | 197.82 | 0.89 | 0.22 |
| Hex | 6 | 4D | 6B | 5E | 1C | 0 | 3A | C6 | 59 | 16 |
| Octal | 6 | 115 | 153 | 136 | 34 | 0 | 72 | 306 | 131 | 26 |
| Binary | 110 | 1001101 | 1101011 | 1011110 | 11100 | 0 | 111010 | 11000110 | 1011001 | 10110 |
Color Harmonies of #064D6B
Complementary color
Monochromatic Colors of #064D6B
Black with #064D6B
Text Example
Text Example
White with #064D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064D6B; }
p { color: rgb(6,77,107); }
H1.HeaderClassName
{
color: #064D6B;
}
.AnyTagClassName
{
color: #064D6B;
}
</style>
background-color css
<style>
a { background-color: #064D6B; }
a { background-color: rgb(6,77,107); }
div.DivClassName
{
background-color: #064D6B;
}
.BgClassName
{
background-color: #064D6B;
}
</style>
border-color css
<style>
span { border-color: #064D6B; }
span { border-color: rgb(6,77,107); }
td.TdClassName
{
border-color: #064D6B;
}
.TagClassName
{
border-color: #064D6B;
}
</style>