Shades of Cornflower Blue #63A1FF
Tints of Cornflower Blue #63A1FF
RGB
CMYK
RGB Variations
Color information
#63A1FF (or 0x63A1FF) is known color: Cornflower Blue. HEX triplet: 63, A1 and FF. RGB value is (99,161,255). Sum of RGB (Red+Green+Blue) = 99+161+255=515 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.22% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #63A1FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63A1FF is #9C5E00. Grayscale: #989898. Windows color (decimal): -10247681 or 16752995. OLE color: 16752995.
HSL color Cylindrical-coordinate representation of color #63A1FF: hue angle of 216.15º 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 #63A1FF is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 161 | 255 | - |
| CMYK | 0.61 | 0.37 | 0 | 0 |
| HSL | 216.15º | 1% | 0.69% | - |
| HSV(B) | 216.15º | 0.61% | 1% | - |
| XYZ | 35.94 | 35.36 | 99.54 | - |
| YUV | 153.18 | 185.46 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 161 | 255 | 0.61 | 0.37 | 0 | 0 | 216.15 | 1 | 0.69 |
| Hex | 63 | A1 | FF | 3D | 25 | 0 | 0 | D8 | 64 | 45 |
| Octal | 143 | 241 | 377 | 75 | 45 | 0 | 0 | 330 | 144 | 105 |
| Binary | 1100011 | 10100001 | 11111111 | 111101 | 100101 | 0 | 0 | 11011000 | 1100100 | 1000101 |
Color Harmonies of #63A1FF
Complementary color
Monochromatic Colors of #63A1FF
Black with #63A1FF
Text Example
Text Example
White with #63A1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A1FF; }
p { color: rgb(99,161,255); }
H1.HeaderClassName
{
color: #63A1FF;
}
.AnyTagClassName
{
color: #63A1FF;
}
</style>
background-color css
<style>
a { background-color: #63A1FF; }
a { background-color: rgb(99,161,255); }
div.DivClassName
{
background-color: #63A1FF;
}
.BgClassName
{
background-color: #63A1FF;
}
</style>
border-color css
<style>
span { border-color: #63A1FF; }
span { border-color: rgb(99,161,255); }
td.TdClassName
{
border-color: #63A1FF;
}
.TagClassName
{
border-color: #63A1FF;
}
</style>