Shades of Cerulean #0669AE
Tints of Cerulean #0669AE
RGB
CMYK
RGB Variations
Color information
#0669AE (or 0x0669AE) is known color: Cerulean. HEX triplet: 06, 69 and AE. RGB value is (6,105,174). Sum of RGB (Red+Green+Blue) = 6+105+174=285 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #0669AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0669AE is #F99651. Grayscale: #525252. Windows color (decimal): -16356946 or 11430150. OLE color: 11430150.
HSL color Cylindrical-coordinate representation of color #0669AE: hue angle of 204.64º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0669AE is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 6 | 105 | 174 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.32 |
| HSL | 204.64º | 0.93% | 0.35% | - |
| HSV(B) | 204.64º | 0.97% | 0.68% | - |
| XYZ | 12.77 | 13.2 | 41.92 | - |
| YUV | 83.27 | 179.2 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 174 | 0.97 | 0.40 | 0 | 0.32 | 204.64 | 0.93 | 0.35 |
| Hex | 6 | 69 | AE | 61 | 28 | 0 | 20 | CD | 5D | 23 |
| Octal | 6 | 151 | 256 | 141 | 50 | 0 | 40 | 315 | 135 | 43 |
| Binary | 110 | 1101001 | 10101110 | 1100001 | 101000 | 0 | 100000 | 11001101 | 1011101 | 100011 |
Color Harmonies of #0669AE
Complementary color
Monochromatic Colors of #0669AE
Black with #0669AE
Text Example
Text Example
White with #0669AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0669AE; }
p { color: rgb(6,105,174); }
H1.HeaderClassName
{
color: #0669AE;
}
.AnyTagClassName
{
color: #0669AE;
}
</style>
background-color css
<style>
a { background-color: #0669AE; }
a { background-color: rgb(6,105,174); }
div.DivClassName
{
background-color: #0669AE;
}
.BgClassName
{
background-color: #0669AE;
}
</style>
border-color css
<style>
span { border-color: #0669AE; }
span { border-color: rgb(6,105,174); }
td.TdClassName
{
border-color: #0669AE;
}
.TagClassName
{
border-color: #0669AE;
}
</style>