Shades of Cornflower Blue #6282F7
Tints of Cornflower Blue #6282F7
RGB
CMYK
RGB Variations
Color information
#6282F7 (or 0x6282F7) is known color: Cornflower Blue. HEX triplet: 62, 82 and F7. RGB value is (98,130,247). Sum of RGB (Red+Green+Blue) = 98+130+247=475 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.63% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 247 (96.88% from 255 or 52% from 475); Max value from RGB is 247 - color contains mainly: blue. Hex color #6282F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6282F7 is #9D7D08. Grayscale: #858585. Windows color (decimal): -10321161 or 16220770. OLE color: 16220770.
HSL color Cylindrical-coordinate representation of color #6282F7: hue angle of 227.11º 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 #6282F7 is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 98 | 130 | 247 | - |
| CMYK | 0.60 | 0.47 | 0 | 0.03 |
| HSL | 227.11º | 0.9% | 0.68% | - |
| HSV(B) | 227.11º | 0.6% | 0.97% | - |
| XYZ | 29.81 | 25.28 | 91.3 | - |
| YUV | 133.77 | 191.9 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 130 | 247 | 0.60 | 0.47 | 0 | 0.03 | 227.11 | 0.9 | 0.68 |
| Hex | 62 | 82 | F7 | 3C | 2F | 0 | 3 | E3 | 5A | 44 |
| Octal | 142 | 202 | 367 | 74 | 57 | 0 | 3 | 343 | 132 | 104 |
| Binary | 1100010 | 10000010 | 11110111 | 111100 | 101111 | 0 | 11 | 11100011 | 1011010 | 1000100 |
Color Harmonies of #6282F7
Complementary color
Monochromatic Colors of #6282F7
Black with #6282F7
Text Example
Text Example
White with #6282F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6282F7; }
p { color: rgb(98,130,247); }
H1.HeaderClassName
{
color: #6282F7;
}
.AnyTagClassName
{
color: #6282F7;
}
</style>
background-color css
<style>
a { background-color: #6282F7; }
a { background-color: rgb(98,130,247); }
div.DivClassName
{
background-color: #6282F7;
}
.BgClassName
{
background-color: #6282F7;
}
</style>
border-color css
<style>
span { border-color: #6282F7; }
span { border-color: rgb(98,130,247); }
td.TdClassName
{
border-color: #6282F7;
}
.TagClassName
{
border-color: #6282F7;
}
</style>