Shades of Cornflower Blue #639EE5
Tints of Cornflower Blue #639EE5
RGB
CMYK
RGB Variations
Color information
#639EE5 (or 0x639EE5) is known color: Cornflower Blue. HEX triplet: 63, 9E and E5. RGB value is (99,158,229). Sum of RGB (Red+Green+Blue) = 99+158+229=486 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.37% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 229 - color contains mainly: blue. Hex color #639EE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639EE5 is #9C611A. Grayscale: #949494. Windows color (decimal): -10248475 or 15048291. OLE color: 15048291.
HSL color Cylindrical-coordinate representation of color #639EE5: hue angle of 212.77º 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 #639EE5 is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 99 | 158 | 229 | - |
| CMYK | 0.57 | 0.31 | 0 | 0.10 |
| HSL | 212.77º | 0.71% | 0.64% | - |
| HSV(B) | 212.77º | 0.57% | 0.9% | - |
| XYZ | 31.52 | 32.76 | 78.79 | - |
| YUV | 148.45 | 173.45 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 158 | 229 | 0.57 | 0.31 | 0 | 0.10 | 212.77 | 0.71 | 0.64 |
| Hex | 63 | 9E | E5 | 39 | 1F | 0 | A | D5 | 47 | 40 |
| Octal | 143 | 236 | 345 | 71 | 37 | 0 | 12 | 325 | 107 | 100 |
| Binary | 1100011 | 10011110 | 11100101 | 111001 | 11111 | 0 | 1010 | 11010101 | 1000111 | 1000000 |
Color Harmonies of #639EE5
Complementary color
Monochromatic Colors of #639EE5
Black with #639EE5
Text Example
Text Example
White with #639EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639EE5; }
p { color: rgb(99,158,229); }
H1.HeaderClassName
{
color: #639EE5;
}
.AnyTagClassName
{
color: #639EE5;
}
</style>
background-color css
<style>
a { background-color: #639EE5; }
a { background-color: rgb(99,158,229); }
div.DivClassName
{
background-color: #639EE5;
}
.BgClassName
{
background-color: #639EE5;
}
</style>
border-color css
<style>
span { border-color: #639EE5; }
span { border-color: rgb(99,158,229); }
td.TdClassName
{
border-color: #639EE5;
}
.TagClassName
{
border-color: #639EE5;
}
</style>