Shades of Cornflower Blue #639FED
Tints of Cornflower Blue #639FED
RGB
CMYK
RGB Variations
Color information
#639FED (or 0x639FED) is known color: Cornflower Blue. HEX triplet: 63, 9F and ED. RGB value is (99,159,237). Sum of RGB (Red+Green+Blue) = 99+159+237=495 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #639FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #639FED is #9C6012. Grayscale: #959595. Windows color (decimal): -10248211 or 15572835. OLE color: 15572835.
HSL color Cylindrical-coordinate representation of color #639FED: hue angle of 213.91º degrees, saturation: 0.79, 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 #639FED is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 159 | 237 | - |
| CMYK | 0.58 | 0.33 | 0 | 0.07 |
| HSL | 213.91º | 0.79% | 0.66% | - |
| HSV(B) | 213.91º | 0.58% | 0.93% | - |
| XYZ | 32.83 | 33.56 | 84.87 | - |
| YUV | 149.95 | 177.12 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 159 | 237 | 0.58 | 0.33 | 0 | 0.07 | 213.91 | 0.79 | 0.66 |
| Hex | 63 | 9F | ED | 3A | 21 | 0 | 7 | D6 | 4F | 42 |
| Octal | 143 | 237 | 355 | 72 | 41 | 0 | 7 | 326 | 117 | 102 |
| Binary | 1100011 | 10011111 | 11101101 | 111010 | 100001 | 0 | 111 | 11010110 | 1001111 | 1000010 |
Color Harmonies of #639FED
Complementary color
Monochromatic Colors of #639FED
Black with #639FED
Text Example
Text Example
White with #639FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639FED; }
p { color: rgb(99,159,237); }
H1.HeaderClassName
{
color: #639FED;
}
.AnyTagClassName
{
color: #639FED;
}
</style>
background-color css
<style>
a { background-color: #639FED; }
a { background-color: rgb(99,159,237); }
div.DivClassName
{
background-color: #639FED;
}
.BgClassName
{
background-color: #639FED;
}
</style>
border-color css
<style>
span { border-color: #639FED; }
span { border-color: rgb(99,159,237); }
td.TdClassName
{
border-color: #639FED;
}
.TagClassName
{
border-color: #639FED;
}
</style>