Shades of Cornflower Blue #6192FA
Tints of Cornflower Blue #6192FA
RGB
CMYK
RGB Variations
Color information
#6192FA (or 0x6192FA) is known color: Cornflower Blue. HEX triplet: 61, 92 and FA. RGB value is (97,146,250). Sum of RGB (Red+Green+Blue) = 97+146+250=493 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.68% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #6192FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6192FA is #9E6D05. Grayscale: #8E8E8E. Windows color (decimal): -10382598 or 16421473. OLE color: 16421473.
HSL color Cylindrical-coordinate representation of color #6192FA: hue angle of 220.78º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6192FA is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 146 | 250 | - |
| CMYK | 0.61 | 0.42 | 0 | 0.02 |
| HSL | 220.78º | 0.94% | 0.68% | - |
| HSV(B) | 220.78º | 0.61% | 0.98% | - |
| XYZ | 32.46 | 30 | 94.52 | - |
| YUV | 143.21 | 188.27 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 146 | 250 | 0.61 | 0.42 | 0 | 0.02 | 220.78 | 0.94 | 0.68 |
| Hex | 61 | 92 | FA | 3D | 2A | 0 | 2 | DD | 5E | 44 |
| Octal | 141 | 222 | 372 | 75 | 52 | 0 | 2 | 335 | 136 | 104 |
| Binary | 1100001 | 10010010 | 11111010 | 111101 | 101010 | 0 | 10 | 11011101 | 1011110 | 1000100 |
Color Harmonies of #6192FA
Complementary color
Monochromatic Colors of #6192FA
Black with #6192FA
Text Example
Text Example
White with #6192FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6192FA; }
p { color: rgb(97,146,250); }
H1.HeaderClassName
{
color: #6192FA;
}
.AnyTagClassName
{
color: #6192FA;
}
</style>
background-color css
<style>
a { background-color: #6192FA; }
a { background-color: rgb(97,146,250); }
div.DivClassName
{
background-color: #6192FA;
}
.BgClassName
{
background-color: #6192FA;
}
</style>
border-color css
<style>
span { border-color: #6192FA; }
span { border-color: rgb(97,146,250); }
td.TdClassName
{
border-color: #6192FA;
}
.TagClassName
{
border-color: #6192FA;
}
</style>