Shades of Cerulean #06609B
Tints of Cerulean #06609B
RGB
CMYK
RGB Variations
Color information
#06609B (or 0x06609B) is known color: Cerulean. HEX triplet: 06, 60 and 9B. RGB value is (6,96,155). Sum of RGB (Red+Green+Blue) = 6+96+155=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #06609B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06609B is #F99F64. Grayscale: #4B4B4B. Windows color (decimal): -16359269 or 10182662. OLE color: 10182662.
HSL color Cylindrical-coordinate representation of color #06609B: hue angle of 203.76º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06609B is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 96 | 155 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.39 |
| HSL | 203.76º | 0.93% | 0.32% | - |
| HSV(B) | 203.76º | 0.96% | 0.61% | - |
| XYZ | 10.17 | 10.77 | 32.55 | - |
| YUV | 75.82 | 172.68 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 96 | 155 | 0.96 | 0.38 | 0 | 0.39 | 203.76 | 0.93 | 0.32 |
| Hex | 6 | 60 | 9B | 60 | 26 | 0 | 27 | CC | 5D | 20 |
| Octal | 6 | 140 | 233 | 140 | 46 | 0 | 47 | 314 | 135 | 40 |
| Binary | 110 | 1100000 | 10011011 | 1100000 | 100110 | 0 | 100111 | 11001100 | 1011101 | 100000 |
Color Harmonies of #06609B
Complementary color
Monochromatic Colors of #06609B
Black with #06609B
Text Example
Text Example
White with #06609B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06609B; }
p { color: rgb(6,96,155); }
H1.HeaderClassName
{
color: #06609B;
}
.AnyTagClassName
{
color: #06609B;
}
</style>
background-color css
<style>
a { background-color: #06609B; }
a { background-color: rgb(6,96,155); }
div.DivClassName
{
background-color: #06609B;
}
.BgClassName
{
background-color: #06609B;
}
</style>
border-color css
<style>
span { border-color: #06609B; }
span { border-color: rgb(6,96,155); }
td.TdClassName
{
border-color: #06609B;
}
.TagClassName
{
border-color: #06609B;
}
</style>