Shades of Cornflower Blue #639BEA
Tints of Cornflower Blue #639BEA
RGB
CMYK
RGB Variations
Color information
#639BEA (or 0x639BEA) is known color: Cornflower Blue. HEX triplet: 63, 9B and EA. RGB value is (99,155,234). Sum of RGB (Red+Green+Blue) = 99+155+234=488 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.29% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #639BEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #639BEA is #9C6415. Grayscale: #929292. Windows color (decimal): -10249238 or 15375203. OLE color: 15375203.
HSL color Cylindrical-coordinate representation of color #639BEA: hue angle of 215.11º 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 #639BEA is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 155 | 234 | - |
| CMYK | 0.58 | 0.34 | 0 | 0.08 |
| HSL | 215.11º | 0.76% | 0.65% | - |
| HSV(B) | 215.11º | 0.58% | 0.92% | - |
| XYZ | 31.72 | 32.04 | 82.35 | - |
| YUV | 147.26 | 176.95 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 155 | 234 | 0.58 | 0.34 | 0 | 0.08 | 215.11 | 0.76 | 0.65 |
| Hex | 63 | 9B | EA | 3A | 22 | 0 | 8 | D7 | 4C | 41 |
| Octal | 143 | 233 | 352 | 72 | 42 | 0 | 10 | 327 | 114 | 101 |
| Binary | 1100011 | 10011011 | 11101010 | 111010 | 100010 | 0 | 1000 | 11010111 | 1001100 | 1000001 |
Color Harmonies of #639BEA
Complementary color
Monochromatic Colors of #639BEA
Black with #639BEA
Text Example
Text Example
White with #639BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639BEA; }
p { color: rgb(99,155,234); }
H1.HeaderClassName
{
color: #639BEA;
}
.AnyTagClassName
{
color: #639BEA;
}
</style>
background-color css
<style>
a { background-color: #639BEA; }
a { background-color: rgb(99,155,234); }
div.DivClassName
{
background-color: #639BEA;
}
.BgClassName
{
background-color: #639BEA;
}
</style>
border-color css
<style>
span { border-color: #639BEA; }
span { border-color: rgb(99,155,234); }
td.TdClassName
{
border-color: #639BEA;
}
.TagClassName
{
border-color: #639BEA;
}
</style>