Shades of Cerulean #06759A
Tints of Cerulean #06759A
RGB
CMYK
RGB Variations
Color information
#06759A (or 0x06759A) is known color: Cerulean. HEX triplet: 06, 75 and 9A. RGB value is (6,117,154). Sum of RGB (Red+Green+Blue) = 6+117+154=277 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 154 (60.55% from 255 or 55.60% from 277); Max value from RGB is 154 - color contains mainly: blue. Hex color #06759A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06759A is #F98A65. Grayscale: #575757. Windows color (decimal): -16353894 or 10122502. OLE color: 10122502.
HSL color Cylindrical-coordinate representation of color #06759A: hue angle of 195º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06759A is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 117 | 154 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.40 |
| HSL | 195º | 0.93% | 0.31% | - |
| HSV(B) | 195º | 0.96% | 0.6% | - |
| XYZ | 12.27 | 15.09 | 32.84 | - |
| YUV | 88.03 | 165.23 | 69.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 117 | 154 | 0.96 | 0.24 | 0 | 0.40 | 195 | 0.93 | 0.31 |
| Hex | 6 | 75 | 9A | 60 | 18 | 0 | 28 | C3 | 5C | 1F |
| Octal | 6 | 165 | 232 | 140 | 30 | 0 | 50 | 303 | 134 | 37 |
| Binary | 110 | 1110101 | 10011010 | 1100000 | 11000 | 0 | 101000 | 11000011 | 1011100 | 11111 |
Color Harmonies of #06759A
Complementary color
Monochromatic Colors of #06759A
Black with #06759A
Text Example
Text Example
White with #06759A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06759A; }
p { color: rgb(6,117,154); }
H1.HeaderClassName
{
color: #06759A;
}
.AnyTagClassName
{
color: #06759A;
}
</style>
background-color css
<style>
a { background-color: #06759A; }
a { background-color: rgb(6,117,154); }
div.DivClassName
{
background-color: #06759A;
}
.BgClassName
{
background-color: #06759A;
}
</style>
border-color css
<style>
span { border-color: #06759A; }
span { border-color: rgb(6,117,154); }
td.TdClassName
{
border-color: #06759A;
}
.TagClassName
{
border-color: #06759A;
}
</style>