Shades of Cornflower Blue #619AE5
Tints of Cornflower Blue #619AE5
RGB
CMYK
RGB Variations
Color information
#619AE5 (or 0x619AE5) is known color: Cornflower Blue. HEX triplet: 61, 9A and E5. RGB value is (97,154,229). Sum of RGB (Red+Green+Blue) = 97+154+229=480 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.21% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 229 (89.84% from 255 or 47.71% from 480); Max value from RGB is 229 - color contains mainly: blue. Hex color #619AE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619AE5 is #9E651A. Grayscale: #919191. Windows color (decimal): -10380571 or 15047265. OLE color: 15047265.
HSL color Cylindrical-coordinate representation of color #619AE5: hue angle of 214.09º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #619AE5 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 154 | 229 | - |
| CMYK | 0.58 | 0.33 | 0 | 0.10 |
| HSL | 214.09º | 0.72% | 0.64% | - |
| HSV(B) | 214.09º | 0.58% | 0.9% | - |
| XYZ | 30.63 | 31.31 | 78.56 | - |
| YUV | 145.51 | 175.12 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 154 | 229 | 0.58 | 0.33 | 0 | 0.10 | 214.09 | 0.72 | 0.64 |
| Hex | 61 | 9A | E5 | 3A | 21 | 0 | A | D6 | 48 | 40 |
| Octal | 141 | 232 | 345 | 72 | 41 | 0 | 12 | 326 | 110 | 100 |
| Binary | 1100001 | 10011010 | 11100101 | 111010 | 100001 | 0 | 1010 | 11010110 | 1001000 | 1000000 |
Color Harmonies of #619AE5
Complementary color
Monochromatic Colors of #619AE5
Black with #619AE5
Text Example
Text Example
White with #619AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619AE5; }
p { color: rgb(97,154,229); }
H1.HeaderClassName
{
color: #619AE5;
}
.AnyTagClassName
{
color: #619AE5;
}
</style>
background-color css
<style>
a { background-color: #619AE5; }
a { background-color: rgb(97,154,229); }
div.DivClassName
{
background-color: #619AE5;
}
.BgClassName
{
background-color: #619AE5;
}
</style>
border-color css
<style>
span { border-color: #619AE5; }
span { border-color: rgb(97,154,229); }
td.TdClassName
{
border-color: #619AE5;
}
.TagClassName
{
border-color: #619AE5;
}
</style>