Shades of Cornflower Blue #639FEC
Tints of Cornflower Blue #639FEC
RGB
CMYK
RGB Variations
Color information
#639FEC (or 0x639FEC) is known color: Cornflower Blue. HEX triplet: 63, 9F and EC. RGB value is (99,159,236). Sum of RGB (Red+Green+Blue) = 99+159+236=494 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.04% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #639FEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #639FEC is #9C6013. Grayscale: #959595. Windows color (decimal): -10248212 or 15507299. OLE color: 15507299.
HSL color Cylindrical-coordinate representation of color #639FEC: hue angle of 213.72º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #639FEC is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 159 | 236 | - |
| CMYK | 0.58 | 0.33 | 0 | 0.07 |
| HSL | 213.72º | 0.78% | 0.66% | - |
| HSV(B) | 213.72º | 0.58% | 0.93% | - |
| XYZ | 32.68 | 33.51 | 84.1 | - |
| YUV | 149.84 | 176.62 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 159 | 236 | 0.58 | 0.33 | 0 | 0.07 | 213.72 | 0.78 | 0.66 |
| Hex | 63 | 9F | EC | 3A | 21 | 0 | 7 | D6 | 4E | 42 |
| Octal | 143 | 237 | 354 | 72 | 41 | 0 | 7 | 326 | 116 | 102 |
| Binary | 1100011 | 10011111 | 11101100 | 111010 | 100001 | 0 | 111 | 11010110 | 1001110 | 1000010 |
Color Harmonies of #639FEC
Complementary color
Monochromatic Colors of #639FEC
Black with #639FEC
Text Example
Text Example
White with #639FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639FEC; }
p { color: rgb(99,159,236); }
H1.HeaderClassName
{
color: #639FEC;
}
.AnyTagClassName
{
color: #639FEC;
}
</style>
background-color css
<style>
a { background-color: #639FEC; }
a { background-color: rgb(99,159,236); }
div.DivClassName
{
background-color: #639FEC;
}
.BgClassName
{
background-color: #639FEC;
}
</style>
border-color css
<style>
span { border-color: #639FEC; }
span { border-color: rgb(99,159,236); }
td.TdClassName
{
border-color: #639FEC;
}
.TagClassName
{
border-color: #639FEC;
}
</style>