Shades of Cornflower Blue #6190E8
Tints of Cornflower Blue #6190E8
RGB
CMYK
RGB Variations
Color information
#6190E8 (or 0x6190E8) is known color: Cornflower Blue. HEX triplet: 61, 90 and E8. RGB value is (97,144,232). Sum of RGB (Red+Green+Blue) = 97+144+232=473 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.51% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 232 (91.02% from 255 or 49.05% from 473); Max value from RGB is 232 - color contains mainly: blue. Hex color #6190E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6190E8 is #9E6F17. Grayscale: #8B8B8B. Windows color (decimal): -10383128 or 15241313. OLE color: 15241313.
HSL color Cylindrical-coordinate representation of color #6190E8: hue angle of 219.11º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6190E8 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 144 | 232 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.09 |
| HSL | 219.11º | 0.75% | 0.65% | - |
| HSV(B) | 219.11º | 0.58% | 0.91% | - |
| XYZ | 29.47 | 28.31 | 80.26 | - |
| YUV | 139.98 | 179.93 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 144 | 232 | 0.58 | 0.38 | 0 | 0.09 | 219.11 | 0.75 | 0.65 |
| Hex | 61 | 90 | E8 | 3A | 26 | 0 | 9 | DB | 4B | 41 |
| Octal | 141 | 220 | 350 | 72 | 46 | 0 | 11 | 333 | 113 | 101 |
| Binary | 1100001 | 10010000 | 11101000 | 111010 | 100110 | 0 | 1001 | 11011011 | 1001011 | 1000001 |
Color Harmonies of #6190E8
Complementary color
Monochromatic Colors of #6190E8
Black with #6190E8
Text Example
Text Example
White with #6190E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6190E8; }
p { color: rgb(97,144,232); }
H1.HeaderClassName
{
color: #6190E8;
}
.AnyTagClassName
{
color: #6190E8;
}
</style>
background-color css
<style>
a { background-color: #6190E8; }
a { background-color: rgb(97,144,232); }
div.DivClassName
{
background-color: #6190E8;
}
.BgClassName
{
background-color: #6190E8;
}
</style>
border-color css
<style>
span { border-color: #6190E8; }
span { border-color: rgb(97,144,232); }
td.TdClassName
{
border-color: #6190E8;
}
.TagClassName
{
border-color: #6190E8;
}
</style>