Shades of Cornflower Blue #619CF0
Tints of Cornflower Blue #619CF0
RGB
CMYK
RGB Variations
Color information
#619CF0 (or 0x619CF0) is known color: Cornflower Blue. HEX triplet: 61, 9C and F0. RGB value is (97,156,240). Sum of RGB (Red+Green+Blue) = 97+156+240=493 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.68% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 240 (94.14% from 255 or 48.68% from 493); Max value from RGB is 240 - color contains mainly: blue. Hex color #619CF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #619CF0 is #9E630F. Grayscale: #939393. Windows color (decimal): -10380048 or 15768673. OLE color: 15768673.
HSL color Cylindrical-coordinate representation of color #619CF0: hue angle of 215.24º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #619CF0 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 156 | 240 | - |
| CMYK | 0.60 | 0.35 | 0 | 0.06 |
| HSL | 215.24º | 0.83% | 0.66% | - |
| HSV(B) | 215.24º | 0.6% | 0.94% | - |
| XYZ | 32.55 | 32.61 | 87.02 | - |
| YUV | 147.94 | 179.95 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 156 | 240 | 0.60 | 0.35 | 0 | 0.06 | 215.24 | 0.83 | 0.66 |
| Hex | 61 | 9C | F0 | 3C | 23 | 0 | 6 | D7 | 53 | 42 |
| Octal | 141 | 234 | 360 | 74 | 43 | 0 | 6 | 327 | 123 | 102 |
| Binary | 1100001 | 10011100 | 11110000 | 111100 | 100011 | 0 | 110 | 11010111 | 1010011 | 1000010 |
Color Harmonies of #619CF0
Complementary color
Monochromatic Colors of #619CF0
Black with #619CF0
Text Example
Text Example
White with #619CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619CF0; }
p { color: rgb(97,156,240); }
H1.HeaderClassName
{
color: #619CF0;
}
.AnyTagClassName
{
color: #619CF0;
}
</style>
background-color css
<style>
a { background-color: #619CF0; }
a { background-color: rgb(97,156,240); }
div.DivClassName
{
background-color: #619CF0;
}
.BgClassName
{
background-color: #619CF0;
}
</style>
border-color css
<style>
span { border-color: #619CF0; }
span { border-color: rgb(97,156,240); }
td.TdClassName
{
border-color: #619CF0;
}
.TagClassName
{
border-color: #619CF0;
}
</style>