Shades of Cornflower Blue #619EE1
Tints of Cornflower Blue #619EE1
RGB
CMYK
RGB Variations
Color information
#619EE1 (or 0x619EE1) is known color: Cornflower Blue. HEX triplet: 61, 9E and E1. RGB value is (97,158,225). Sum of RGB (Red+Green+Blue) = 97+158+225=480 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.21% from 480); Green value is 158 (62.11% from 255 or 32.92% from 480); Blue value is 225 (88.28% from 255 or 46.88% from 480); Max value from RGB is 225 - color contains mainly: blue. Hex color #619EE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619EE1 is #9E611E. Grayscale: #939393. Windows color (decimal): -10379551 or 14786145. OLE color: 14786145.
HSL color Cylindrical-coordinate representation of color #619EE1: hue angle of 211.41º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #619EE1 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 158 | 225 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.12 |
| HSL | 211.41º | 0.68% | 0.63% | - |
| HSV(B) | 211.41º | 0.57% | 0.88% | - |
| XYZ | 30.75 | 32.43 | 75.87 | - |
| YUV | 147.4 | 171.79 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 158 | 225 | 0.57 | 0.30 | 0 | 0.12 | 211.41 | 0.68 | 0.63 |
| Hex | 61 | 9E | E1 | 39 | 1E | 0 | C | D3 | 44 | 3F |
| Octal | 141 | 236 | 341 | 71 | 36 | 0 | 14 | 323 | 104 | 77 |
| Binary | 1100001 | 10011110 | 11100001 | 111001 | 11110 | 0 | 1100 | 11010011 | 1000100 | 111111 |
Color Harmonies of #619EE1
Complementary color
Monochromatic Colors of #619EE1
Black with #619EE1
Text Example
Text Example
White with #619EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619EE1; }
p { color: rgb(97,158,225); }
H1.HeaderClassName
{
color: #619EE1;
}
.AnyTagClassName
{
color: #619EE1;
}
</style>
background-color css
<style>
a { background-color: #619EE1; }
a { background-color: rgb(97,158,225); }
div.DivClassName
{
background-color: #619EE1;
}
.BgClassName
{
background-color: #619EE1;
}
</style>
border-color css
<style>
span { border-color: #619EE1; }
span { border-color: rgb(97,158,225); }
td.TdClassName
{
border-color: #619EE1;
}
.TagClassName
{
border-color: #619EE1;
}
</style>