Shades of Cerulean #0663A6
Tints of Cerulean #0663A6
RGB
CMYK
RGB Variations
Color information
#0663A6 (or 0x0663A6) is known color: Cerulean. HEX triplet: 06, 63 and A6. RGB value is (6,99,166). Sum of RGB (Red+Green+Blue) = 6+99+166=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 166 (65.23% from 255 or 61.25% from 271); Max value from RGB is 166 - color contains mainly: blue. Hex color #0663A6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0663A6 is #F99C59. Grayscale: #4E4E4E. Windows color (decimal): -16358490 or 10904326. OLE color: 10904326.
HSL color Cylindrical-coordinate representation of color #0663A6: hue angle of 205.12º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0663A6 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 6 | 99 | 166 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.35 |
| HSL | 205.13º | 0.93% | 0.34% | - |
| HSV(B) | 205.13º | 0.96% | 0.65% | - |
| XYZ | 11.42 | 11.72 | 37.74 | - |
| YUV | 78.83 | 177.19 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 99 | 166 | 0.96 | 0.40 | 0 | 0.35 | 205.13 | 0.93 | 0.34 |
| Hex | 6 | 63 | A6 | 60 | 28 | 0 | 23 | CD | 5D | 22 |
| Octal | 6 | 143 | 246 | 140 | 50 | 0 | 43 | 315 | 135 | 42 |
| Binary | 110 | 1100011 | 10100110 | 1100000 | 101000 | 0 | 100011 | 11001101 | 1011101 | 100010 |
Color Harmonies of #0663A6
Complementary color
Monochromatic Colors of #0663A6
Black with #0663A6
Text Example
Text Example
White with #0663A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0663A6; }
p { color: rgb(6,99,166); }
H1.HeaderClassName
{
color: #0663A6;
}
.AnyTagClassName
{
color: #0663A6;
}
</style>
background-color css
<style>
a { background-color: #0663A6; }
a { background-color: rgb(6,99,166); }
div.DivClassName
{
background-color: #0663A6;
}
.BgClassName
{
background-color: #0663A6;
}
</style>
border-color css
<style>
span { border-color: #0663A6; }
span { border-color: rgb(6,99,166); }
td.TdClassName
{
border-color: #0663A6;
}
.TagClassName
{
border-color: #0663A6;
}
</style>