Shades of Cornflower Blue #6392F6
Tints of Cornflower Blue #6392F6
RGB
CMYK
RGB Variations
Color information
#6392F6 (or 0x6392F6) is known color: Cornflower Blue. HEX triplet: 63, 92 and F6. RGB value is (99,146,246). Sum of RGB (Red+Green+Blue) = 99+146+246=491 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.16% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 246 (96.48% from 255 or 50.10% from 491); Max value from RGB is 246 - color contains mainly: blue. Hex color #6392F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6392F6 is #9C6D09. Grayscale: #8E8E8E. Windows color (decimal): -10251530 or 16159331. OLE color: 16159331.
HSL color Cylindrical-coordinate representation of color #6392F6: hue angle of 220.82º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6392F6 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 99 | 146 | 246 | - |
| CMYK | 0.60 | 0.41 | 0 | 0.04 |
| HSL | 220.82º | 0.89% | 0.68% | - |
| HSV(B) | 220.82º | 0.6% | 0.96% | - |
| XYZ | 32.06 | 29.86 | 91.26 | - |
| YUV | 143.35 | 185.93 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 146 | 246 | 0.60 | 0.41 | 0 | 0.04 | 220.82 | 0.89 | 0.68 |
| Hex | 63 | 92 | F6 | 3C | 29 | 0 | 4 | DD | 59 | 44 |
| Octal | 143 | 222 | 366 | 74 | 51 | 0 | 4 | 335 | 131 | 104 |
| Binary | 1100011 | 10010010 | 11110110 | 111100 | 101001 | 0 | 100 | 11011101 | 1011001 | 1000100 |
Color Harmonies of #6392F6
Complementary color
Monochromatic Colors of #6392F6
Black with #6392F6
Text Example
Text Example
White with #6392F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6392F6; }
p { color: rgb(99,146,246); }
H1.HeaderClassName
{
color: #6392F6;
}
.AnyTagClassName
{
color: #6392F6;
}
</style>
background-color css
<style>
a { background-color: #6392F6; }
a { background-color: rgb(99,146,246); }
div.DivClassName
{
background-color: #6392F6;
}
.BgClassName
{
background-color: #6392F6;
}
</style>
border-color css
<style>
span { border-color: #6392F6; }
span { border-color: rgb(99,146,246); }
td.TdClassName
{
border-color: #6392F6;
}
.TagClassName
{
border-color: #6392F6;
}
</style>