Shades of Cornflower Blue #63A0FF
Tints of Cornflower Blue #63A0FF
RGB
CMYK
RGB Variations
Color information
#63A0FF (or 0x63A0FF) is known color: Cornflower Blue. HEX triplet: 63, A0 and FF. RGB value is (99,160,255). Sum of RGB (Red+Green+Blue) = 99+160+255=514 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.26% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #63A0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63A0FF is #9C5F00. Grayscale: #989898. Windows color (decimal): -10247937 or 16752739. OLE color: 16752739.
HSL color Cylindrical-coordinate representation of color #63A0FF: hue angle of 216.54º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63A0FF is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 160 | 255 | - |
| CMYK | 0.61 | 0.37 | 0 | 0 |
| HSL | 216.54º | 1% | 0.69% | - |
| HSV(B) | 216.54º | 0.61% | 1% | - |
| XYZ | 35.77 | 35.01 | 99.48 | - |
| YUV | 152.59 | 185.79 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 160 | 255 | 0.61 | 0.37 | 0 | 0 | 216.54 | 1 | 0.69 |
| Hex | 63 | A0 | FF | 3D | 25 | 0 | 0 | D9 | 64 | 45 |
| Octal | 143 | 240 | 377 | 75 | 45 | 0 | 0 | 331 | 144 | 105 |
| Binary | 1100011 | 10100000 | 11111111 | 111101 | 100101 | 0 | 0 | 11011001 | 1100100 | 1000101 |
Color Harmonies of #63A0FF
Complementary color
Monochromatic Colors of #63A0FF
Black with #63A0FF
Text Example
Text Example
White with #63A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A0FF; }
p { color: rgb(99,160,255); }
H1.HeaderClassName
{
color: #63A0FF;
}
.AnyTagClassName
{
color: #63A0FF;
}
</style>
background-color css
<style>
a { background-color: #63A0FF; }
a { background-color: rgb(99,160,255); }
div.DivClassName
{
background-color: #63A0FF;
}
.BgClassName
{
background-color: #63A0FF;
}
</style>
border-color css
<style>
span { border-color: #63A0FF; }
span { border-color: rgb(99,160,255); }
td.TdClassName
{
border-color: #63A0FF;
}
.TagClassName
{
border-color: #63A0FF;
}
</style>