Shades of Cornflower Blue #639EEB
Tints of Cornflower Blue #639EEB
RGB
CMYK
RGB Variations
Color information
#639EEB (or 0x639EEB) is known color: Cornflower Blue. HEX triplet: 63, 9E and EB. RGB value is (99,158,235). Sum of RGB (Red+Green+Blue) = 99+158+235=492 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.12% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #639EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #639EEB is #9C6114. Grayscale: #949494. Windows color (decimal): -10248469 or 15441507. OLE color: 15441507.
HSL color Cylindrical-coordinate representation of color #639EEB: hue angle of 213.97º degrees, saturation: 0.77, 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 #639EEB is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 158 | 235 | - |
| CMYK | 0.58 | 0.33 | 0 | 0.08 |
| HSL | 213.97º | 0.77% | 0.65% | - |
| HSV(B) | 213.97º | 0.58% | 0.92% | - |
| XYZ | 32.37 | 33.1 | 83.28 | - |
| YUV | 149.14 | 176.45 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 158 | 235 | 0.58 | 0.33 | 0 | 0.08 | 213.97 | 0.77 | 0.65 |
| Hex | 63 | 9E | EB | 3A | 21 | 0 | 8 | D6 | 4D | 41 |
| Octal | 143 | 236 | 353 | 72 | 41 | 0 | 10 | 326 | 115 | 101 |
| Binary | 1100011 | 10011110 | 11101011 | 111010 | 100001 | 0 | 1000 | 11010110 | 1001101 | 1000001 |
Color Harmonies of #639EEB
Complementary color
Monochromatic Colors of #639EEB
Black with #639EEB
Text Example
Text Example
White with #639EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639EEB; }
p { color: rgb(99,158,235); }
H1.HeaderClassName
{
color: #639EEB;
}
.AnyTagClassName
{
color: #639EEB;
}
</style>
background-color css
<style>
a { background-color: #639EEB; }
a { background-color: rgb(99,158,235); }
div.DivClassName
{
background-color: #639EEB;
}
.BgClassName
{
background-color: #639EEB;
}
</style>
border-color css
<style>
span { border-color: #639EEB; }
span { border-color: rgb(99,158,235); }
td.TdClassName
{
border-color: #639EEB;
}
.TagClassName
{
border-color: #639EEB;
}
</style>