Shades of Cornflower Blue #6190FF
Tints of Cornflower Blue #6190FF
RGB
CMYK
RGB Variations
Color information
#6190FF (or 0x6190FF) is known color: Cornflower Blue. HEX triplet: 61, 90 and FF. RGB value is (97,144,255). Sum of RGB (Red+Green+Blue) = 97+144+255=496 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.56% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #6190FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6190FF is #9E6F00. Grayscale: #8E8E8E. Windows color (decimal): -10383105 or 16748641. OLE color: 16748641.
HSL color Cylindrical-coordinate representation of color #6190FF: hue angle of 222.15º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6190FF is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 144 | 255 | - |
| CMYK | 0.62 | 0.44 | 0 | 0 |
| HSL | 222.15º | 1% | 0.69% | - |
| HSV(B) | 222.15º | 0.62% | 1% | - |
| XYZ | 32.95 | 29.71 | 98.61 | - |
| YUV | 142.6 | 191.43 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 144 | 255 | 0.62 | 0.44 | 0 | 0 | 222.15 | 1 | 0.69 |
| Hex | 61 | 90 | FF | 3E | 2C | 0 | 0 | DE | 64 | 45 |
| Octal | 141 | 220 | 377 | 76 | 54 | 0 | 0 | 336 | 144 | 105 |
| Binary | 1100001 | 10010000 | 11111111 | 111110 | 101100 | 0 | 0 | 11011110 | 1100100 | 1000101 |
Color Harmonies of #6190FF
Complementary color
Monochromatic Colors of #6190FF
Black with #6190FF
Text Example
Text Example
White with #6190FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6190FF; }
p { color: rgb(97,144,255); }
H1.HeaderClassName
{
color: #6190FF;
}
.AnyTagClassName
{
color: #6190FF;
}
</style>
background-color css
<style>
a { background-color: #6190FF; }
a { background-color: rgb(97,144,255); }
div.DivClassName
{
background-color: #6190FF;
}
.BgClassName
{
background-color: #6190FF;
}
</style>
border-color css
<style>
span { border-color: #6190FF; }
span { border-color: rgb(97,144,255); }
td.TdClassName
{
border-color: #6190FF;
}
.TagClassName
{
border-color: #6190FF;
}
</style>