Shades of Cornflower Blue #639BE5
Tints of Cornflower Blue #639BE5
RGB
CMYK
RGB Variations
Color information
#639BE5 (or 0x639BE5) is known color: Cornflower Blue. HEX triplet: 63, 9B and E5. RGB value is (99,155,229). Sum of RGB (Red+Green+Blue) = 99+155+229=483 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.50% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 229 - color contains mainly: blue. Hex color #639BE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639BE5 is #9C641A. Grayscale: #929292. Windows color (decimal): -10249243 or 15047523. OLE color: 15047523.
HSL color Cylindrical-coordinate representation of color #639BE5: hue angle of 214.15º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #639BE5 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 99 | 155 | 229 | - |
| CMYK | 0.57 | 0.32 | 0 | 0.10 |
| HSL | 214.15º | 0.71% | 0.64% | - |
| HSV(B) | 214.15º | 0.57% | 0.9% | - |
| XYZ | 31.01 | 31.75 | 78.62 | - |
| YUV | 146.69 | 174.45 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 155 | 229 | 0.57 | 0.32 | 0 | 0.10 | 214.15 | 0.71 | 0.64 |
| Hex | 63 | 9B | E5 | 39 | 20 | 0 | A | D6 | 47 | 40 |
| Octal | 143 | 233 | 345 | 71 | 40 | 0 | 12 | 326 | 107 | 100 |
| Binary | 1100011 | 10011011 | 11100101 | 111001 | 100000 | 0 | 1010 | 11010110 | 1000111 | 1000000 |
Color Harmonies of #639BE5
Complementary color
Monochromatic Colors of #639BE5
Black with #639BE5
Text Example
Text Example
White with #639BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639BE5; }
p { color: rgb(99,155,229); }
H1.HeaderClassName
{
color: #639BE5;
}
.AnyTagClassName
{
color: #639BE5;
}
</style>
background-color css
<style>
a { background-color: #639BE5; }
a { background-color: rgb(99,155,229); }
div.DivClassName
{
background-color: #639BE5;
}
.BgClassName
{
background-color: #639BE5;
}
</style>
border-color css
<style>
span { border-color: #639BE5; }
span { border-color: rgb(99,155,229); }
td.TdClassName
{
border-color: #639BE5;
}
.TagClassName
{
border-color: #639BE5;
}
</style>