Shades of Cornflower Blue #6392F7
Tints of Cornflower Blue #6392F7
RGB
CMYK
RGB Variations
Color information
#6392F7 (or 0x6392F7) is known color: Cornflower Blue. HEX triplet: 63, 92 and F7. RGB value is (99,146,247). Sum of RGB (Red+Green+Blue) = 99+146+247=492 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.12% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 247 (96.88% from 255 or 50.20% from 492); Max value from RGB is 247 - color contains mainly: blue. Hex color #6392F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6392F7 is #9C6D08. Grayscale: #8F8F8F. Windows color (decimal): -10251529 or 16224867. OLE color: 16224867.
HSL color Cylindrical-coordinate representation of color #6392F7: hue angle of 220.95º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6392F7 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 99 | 146 | 247 | - |
| CMYK | 0.60 | 0.41 | 0 | 0.03 |
| HSL | 220.95º | 0.9% | 0.68% | - |
| HSV(B) | 220.95º | 0.6% | 0.97% | - |
| XYZ | 32.21 | 29.93 | 92.07 | - |
| YUV | 143.46 | 186.43 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 146 | 247 | 0.60 | 0.41 | 0 | 0.03 | 220.95 | 0.9 | 0.68 |
| Hex | 63 | 92 | F7 | 3C | 29 | 0 | 3 | DD | 5A | 44 |
| Octal | 143 | 222 | 367 | 74 | 51 | 0 | 3 | 335 | 132 | 104 |
| Binary | 1100011 | 10010010 | 11110111 | 111100 | 101001 | 0 | 11 | 11011101 | 1011010 | 1000100 |
Color Harmonies of #6392F7
Complementary color
Monochromatic Colors of #6392F7
Black with #6392F7
Text Example
Text Example
White with #6392F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6392F7; }
p { color: rgb(99,146,247); }
H1.HeaderClassName
{
color: #6392F7;
}
.AnyTagClassName
{
color: #6392F7;
}
</style>
background-color css
<style>
a { background-color: #6392F7; }
a { background-color: rgb(99,146,247); }
div.DivClassName
{
background-color: #6392F7;
}
.BgClassName
{
background-color: #6392F7;
}
</style>
border-color css
<style>
span { border-color: #6392F7; }
span { border-color: rgb(99,146,247); }
td.TdClassName
{
border-color: #6392F7;
}
.TagClassName
{
border-color: #6392F7;
}
</style>