Shades of Cerulean #066898
Tints of Cerulean #066898
RGB
CMYK
RGB Variations
Color information
#066898 (or 0x066898) is known color: Cerulean. HEX triplet: 06, 68 and 98. RGB value is (6,104,152). Sum of RGB (Red+Green+Blue) = 6+104+152=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 152 (59.77% from 255 or 58.02% from 262); Max value from RGB is 152 - color contains mainly: blue. Hex color #066898 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066898 is #F99767. Grayscale: #4F4F4F. Windows color (decimal): -16357224 or 9988102. OLE color: 9988102.
HSL color Cylindrical-coordinate representation of color #066898: hue angle of 199.73º degrees, saturation: 0.92, 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 #066898 is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 104 | 152 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.40 |
| HSL | 199.73º | 0.92% | 0.31% | - |
| HSV(B) | 199.73º | 0.96% | 0.6% | - |
| XYZ | 10.69 | 12.21 | 31.5 | - |
| YUV | 80.17 | 168.53 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 104 | 152 | 0.96 | 0.32 | 0 | 0.40 | 199.73 | 0.92 | 0.31 |
| Hex | 6 | 68 | 98 | 60 | 20 | 0 | 28 | C8 | 5C | 1F |
| Octal | 6 | 150 | 230 | 140 | 40 | 0 | 50 | 310 | 134 | 37 |
| Binary | 110 | 1101000 | 10011000 | 1100000 | 100000 | 0 | 101000 | 11001000 | 1011100 | 11111 |
Color Harmonies of #066898
Complementary color
Monochromatic Colors of #066898
Black with #066898
Text Example
Text Example
White with #066898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066898; }
p { color: rgb(6,104,152); }
H1.HeaderClassName
{
color: #066898;
}
.AnyTagClassName
{
color: #066898;
}
</style>
background-color css
<style>
a { background-color: #066898; }
a { background-color: rgb(6,104,152); }
div.DivClassName
{
background-color: #066898;
}
.BgClassName
{
background-color: #066898;
}
</style>
border-color css
<style>
span { border-color: #066898; }
span { border-color: rgb(6,104,152); }
td.TdClassName
{
border-color: #066898;
}
.TagClassName
{
border-color: #066898;
}
</style>