Shades of Cornflower Blue #639FEA
Tints of Cornflower Blue #639FEA
RGB
CMYK
RGB Variations
Color information
#639FEA (or 0x639FEA) is known color: Cornflower Blue. HEX triplet: 63, 9F and EA. RGB value is (99,159,234). Sum of RGB (Red+Green+Blue) = 99+159+234=492 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.12% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #639FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #639FEA is #9C6015. Grayscale: #959595. Windows color (decimal): -10248214 or 15376227. OLE color: 15376227.
HSL color Cylindrical-coordinate representation of color #639FEA: hue angle of 213.33º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #639FEA is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 159 | 234 | - |
| CMYK | 0.58 | 0.32 | 0 | 0.08 |
| HSL | 213.33º | 0.76% | 0.65% | - |
| HSV(B) | 213.33º | 0.58% | 0.92% | - |
| XYZ | 32.4 | 33.39 | 82.58 | - |
| YUV | 149.61 | 175.62 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 159 | 234 | 0.58 | 0.32 | 0 | 0.08 | 213.33 | 0.76 | 0.65 |
| Hex | 63 | 9F | EA | 3A | 20 | 0 | 8 | D5 | 4C | 41 |
| Octal | 143 | 237 | 352 | 72 | 40 | 0 | 10 | 325 | 114 | 101 |
| Binary | 1100011 | 10011111 | 11101010 | 111010 | 100000 | 0 | 1000 | 11010101 | 1001100 | 1000001 |
Color Harmonies of #639FEA
Complementary color
Monochromatic Colors of #639FEA
Black with #639FEA
Text Example
Text Example
White with #639FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639FEA; }
p { color: rgb(99,159,234); }
H1.HeaderClassName
{
color: #639FEA;
}
.AnyTagClassName
{
color: #639FEA;
}
</style>
background-color css
<style>
a { background-color: #639FEA; }
a { background-color: rgb(99,159,234); }
div.DivClassName
{
background-color: #639FEA;
}
.BgClassName
{
background-color: #639FEA;
}
</style>
border-color css
<style>
span { border-color: #639FEA; }
span { border-color: rgb(99,159,234); }
td.TdClassName
{
border-color: #639FEA;
}
.TagClassName
{
border-color: #639FEA;
}
</style>