Shades of Cornflower Blue #6192FC
Tints of Cornflower Blue #6192FC
RGB
CMYK
RGB Variations
Color information
#6192FC (or 0x6192FC) is known color: Cornflower Blue. HEX triplet: 61, 92 and FC. RGB value is (97,146,252). Sum of RGB (Red+Green+Blue) = 97+146+252=495 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.60% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #6192FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6192FC is #9E6D03. Grayscale: #8E8E8E. Windows color (decimal): -10382596 or 16552545. OLE color: 16552545.
HSL color Cylindrical-coordinate representation of color #6192FC: hue angle of 221.03º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6192FC is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 146 | 252 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.01 |
| HSL | 221.03º | 0.96% | 0.68% | - |
| HSV(B) | 221.03º | 0.62% | 0.99% | - |
| XYZ | 32.78 | 30.13 | 96.18 | - |
| YUV | 143.43 | 189.27 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 146 | 252 | 0.62 | 0.42 | 0 | 0.01 | 221.03 | 0.96 | 0.68 |
| Hex | 61 | 92 | FC | 3E | 2A | 0 | 1 | DD | 60 | 44 |
| Octal | 141 | 222 | 374 | 76 | 52 | 0 | 1 | 335 | 140 | 104 |
| Binary | 1100001 | 10010010 | 11111100 | 111110 | 101010 | 0 | 1 | 11011101 | 1100000 | 1000100 |
Color Harmonies of #6192FC
Complementary color
Monochromatic Colors of #6192FC
Black with #6192FC
Text Example
Text Example
White with #6192FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6192FC; }
p { color: rgb(97,146,252); }
H1.HeaderClassName
{
color: #6192FC;
}
.AnyTagClassName
{
color: #6192FC;
}
</style>
background-color css
<style>
a { background-color: #6192FC; }
a { background-color: rgb(97,146,252); }
div.DivClassName
{
background-color: #6192FC;
}
.BgClassName
{
background-color: #6192FC;
}
</style>
border-color css
<style>
span { border-color: #6192FC; }
span { border-color: rgb(97,146,252); }
td.TdClassName
{
border-color: #6192FC;
}
.TagClassName
{
border-color: #6192FC;
}
</style>