Shades of Cornflower Blue #6190FE
Tints of Cornflower Blue #6190FE
RGB
CMYK
RGB Variations
Color information
#6190FE (or 0x6190FE) is known color: Cornflower Blue. HEX triplet: 61, 90 and FE. RGB value is (97,144,254). Sum of RGB (Red+Green+Blue) = 97+144+254=495 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.60% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #6190FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6190FE is #9E6F01. Grayscale: #8E8E8E. Windows color (decimal): -10383106 or 16683105. OLE color: 16683105.
HSL color Cylindrical-coordinate representation of color #6190FE: hue angle of 222.04º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6190FE is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 144 | 254 | - |
| CMYK | 0.62 | 0.43 | 0 | 0.00 |
| HSL | 222.04º | 0.99% | 0.69% | - |
| HSV(B) | 222.04º | 0.62% | 1% | - |
| XYZ | 32.79 | 29.64 | 97.76 | - |
| YUV | 142.49 | 190.93 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 144 | 254 | 0.62 | 0.43 | 0 | 0.00 | 222.04 | 0.99 | 0.69 |
| Hex | 61 | 90 | FE | 3E | 2B | 0 | 0 | DE | 63 | 45 |
| Octal | 141 | 220 | 376 | 76 | 53 | 0 | 0 | 336 | 143 | 105 |
| Binary | 1100001 | 10010000 | 11111110 | 111110 | 101011 | 0 | 0 | 11011110 | 1100011 | 1000101 |
Color Harmonies of #6190FE
Complementary color
Monochromatic Colors of #6190FE
Black with #6190FE
Text Example
Text Example
White with #6190FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6190FE; }
p { color: rgb(97,144,254); }
H1.HeaderClassName
{
color: #6190FE;
}
.AnyTagClassName
{
color: #6190FE;
}
</style>
background-color css
<style>
a { background-color: #6190FE; }
a { background-color: rgb(97,144,254); }
div.DivClassName
{
background-color: #6190FE;
}
.BgClassName
{
background-color: #6190FE;
}
</style>
border-color css
<style>
span { border-color: #6190FE; }
span { border-color: rgb(97,144,254); }
td.TdClassName
{
border-color: #6190FE;
}
.TagClassName
{
border-color: #6190FE;
}
</style>