Shades of Cornflower Blue #63A6F7
Tints of Cornflower Blue #63A6F7
RGB
CMYK
RGB Variations
Color information
#63A6F7 (or 0x63A6F7) is known color: Cornflower Blue. HEX triplet: 63, A6 and F7. RGB value is (99,166,247). Sum of RGB (Red+Green+Blue) = 99+166+247=512 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.34% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 247 (96.88% from 255 or 48.24% from 512); Max value from RGB is 247 - color contains mainly: blue. Hex color #63A6F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63A6F7 is #9C5908. Grayscale: #9A9A9A. Windows color (decimal): -10246409 or 16229987. OLE color: 16229987.
HSL color Cylindrical-coordinate representation of color #63A6F7: hue angle of 212.84º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63A6F7 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 99 | 166 | 247 | - |
| CMYK | 0.60 | 0.33 | 0 | 0.03 |
| HSL | 212.84º | 0.9% | 0.68% | - |
| HSV(B) | 212.84º | 0.6% | 0.97% | - |
| XYZ | 35.57 | 36.64 | 93.19 | - |
| YUV | 155.2 | 179.8 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 166 | 247 | 0.60 | 0.33 | 0 | 0.03 | 212.84 | 0.9 | 0.68 |
| Hex | 63 | A6 | F7 | 3C | 21 | 0 | 3 | D5 | 5A | 44 |
| Octal | 143 | 246 | 367 | 74 | 41 | 0 | 3 | 325 | 132 | 104 |
| Binary | 1100011 | 10100110 | 11110111 | 111100 | 100001 | 0 | 11 | 11010101 | 1011010 | 1000100 |
Color Harmonies of #63A6F7
Complementary color
Monochromatic Colors of #63A6F7
Black with #63A6F7
Text Example
Text Example
White with #63A6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A6F7; }
p { color: rgb(99,166,247); }
H1.HeaderClassName
{
color: #63A6F7;
}
.AnyTagClassName
{
color: #63A6F7;
}
</style>
background-color css
<style>
a { background-color: #63A6F7; }
a { background-color: rgb(99,166,247); }
div.DivClassName
{
background-color: #63A6F7;
}
.BgClassName
{
background-color: #63A6F7;
}
</style>
border-color css
<style>
span { border-color: #63A6F7; }
span { border-color: rgb(99,166,247); }
td.TdClassName
{
border-color: #63A6F7;
}
.TagClassName
{
border-color: #63A6F7;
}
</style>