Shades of Cornflower Blue #619FF2
Tints of Cornflower Blue #619FF2
RGB
CMYK
RGB Variations
Color information
#619FF2 (or 0x619FF2) is known color: Cornflower Blue. HEX triplet: 61, 9F and F2. RGB value is (97,159,242). Sum of RGB (Red+Green+Blue) = 97+159+242=498 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.48% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 242 (94.92% from 255 or 48.59% from 498); Max value from RGB is 242 - color contains mainly: blue. Hex color #619FF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #619FF2 is #9E600D. Grayscale: #959595. Windows color (decimal): -10379278 or 15900513. OLE color: 15900513.
HSL color Cylindrical-coordinate representation of color #619FF2: hue angle of 214.34º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #619FF2 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 159 | 242 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.05 |
| HSL | 214.34º | 0.85% | 0.66% | - |
| HSV(B) | 214.34º | 0.6% | 0.95% | - |
| XYZ | 33.35 | 33.75 | 88.76 | - |
| YUV | 149.92 | 179.96 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 159 | 242 | 0.60 | 0.34 | 0 | 0.05 | 214.34 | 0.85 | 0.66 |
| Hex | 61 | 9F | F2 | 3C | 22 | 0 | 5 | D6 | 55 | 42 |
| Octal | 141 | 237 | 362 | 74 | 42 | 0 | 5 | 326 | 125 | 102 |
| Binary | 1100001 | 10011111 | 11110010 | 111100 | 100010 | 0 | 101 | 11010110 | 1010101 | 1000010 |
Color Harmonies of #619FF2
Complementary color
Monochromatic Colors of #619FF2
Black with #619FF2
Text Example
Text Example
White with #619FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619FF2; }
p { color: rgb(97,159,242); }
H1.HeaderClassName
{
color: #619FF2;
}
.AnyTagClassName
{
color: #619FF2;
}
</style>
background-color css
<style>
a { background-color: #619FF2; }
a { background-color: rgb(97,159,242); }
div.DivClassName
{
background-color: #619FF2;
}
.BgClassName
{
background-color: #619FF2;
}
</style>
border-color css
<style>
span { border-color: #619FF2; }
span { border-color: rgb(97,159,242); }
td.TdClassName
{
border-color: #619FF2;
}
.TagClassName
{
border-color: #619FF2;
}
</style>