Shades of Cornflower Blue #6190F1
Tints of Cornflower Blue #6190F1
RGB
CMYK
RGB Variations
Color information
#6190F1 (or 0x6190F1) is known color: Cornflower Blue. HEX triplet: 61, 90 and F1. RGB value is (97,144,241). Sum of RGB (Red+Green+Blue) = 97+144+241=482 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.12% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #6190F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6190F1 is #9E6F0E. Grayscale: #8C8C8C. Windows color (decimal): -10383119 or 15831137. OLE color: 15831137.
HSL color Cylindrical-coordinate representation of color #6190F1: hue angle of 220.42º degrees, saturation: 0.84, 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 #6190F1 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 144 | 241 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.05 |
| HSL | 220.42º | 0.84% | 0.66% | - |
| HSV(B) | 220.42º | 0.6% | 0.95% | - |
| XYZ | 30.78 | 28.84 | 87.16 | - |
| YUV | 141.01 | 184.43 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 144 | 241 | 0.60 | 0.40 | 0 | 0.05 | 220.42 | 0.84 | 0.66 |
| Hex | 61 | 90 | F1 | 3C | 28 | 0 | 5 | DC | 54 | 42 |
| Octal | 141 | 220 | 361 | 74 | 50 | 0 | 5 | 334 | 124 | 102 |
| Binary | 1100001 | 10010000 | 11110001 | 111100 | 101000 | 0 | 101 | 11011100 | 1010100 | 1000010 |
Color Harmonies of #6190F1
Complementary color
Monochromatic Colors of #6190F1
Black with #6190F1
Text Example
Text Example
White with #6190F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6190F1; }
p { color: rgb(97,144,241); }
H1.HeaderClassName
{
color: #6190F1;
}
.AnyTagClassName
{
color: #6190F1;
}
</style>
background-color css
<style>
a { background-color: #6190F1; }
a { background-color: rgb(97,144,241); }
div.DivClassName
{
background-color: #6190F1;
}
.BgClassName
{
background-color: #6190F1;
}
</style>
border-color css
<style>
span { border-color: #6190F1; }
span { border-color: rgb(97,144,241); }
td.TdClassName
{
border-color: #6190F1;
}
.TagClassName
{
border-color: #6190F1;
}
</style>