Shades of Cornflower Blue #6286EF
Tints of Cornflower Blue #6286EF
RGB
CMYK
RGB Variations
Color information
#6286EF (or 0x6286EF) is known color: Cornflower Blue. HEX triplet: 62, 86 and EF. RGB value is (98,134,239). Sum of RGB (Red+Green+Blue) = 98+134+239=471 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.81% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #6286EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6286EF is #9D7910. Grayscale: #868686. Windows color (decimal): -10320145 or 15697506. OLE color: 15697506.
HSL color Cylindrical-coordinate representation of color #6286EF: hue angle of 224.68º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6286EF is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 98 | 134 | 239 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.06 |
| HSL | 224.68º | 0.82% | 0.66% | - |
| HSV(B) | 224.68º | 0.59% | 0.94% | - |
| XYZ | 29.14 | 25.88 | 85.12 | - |
| YUV | 135.21 | 186.57 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 134 | 239 | 0.59 | 0.44 | 0 | 0.06 | 224.68 | 0.82 | 0.66 |
| Hex | 62 | 86 | EF | 3B | 2C | 0 | 6 | E1 | 52 | 42 |
| Octal | 142 | 206 | 357 | 73 | 54 | 0 | 6 | 341 | 122 | 102 |
| Binary | 1100010 | 10000110 | 11101111 | 111011 | 101100 | 0 | 110 | 11100001 | 1010010 | 1000010 |
Color Harmonies of #6286EF
Complementary color
Monochromatic Colors of #6286EF
Black with #6286EF
Text Example
Text Example
White with #6286EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6286EF; }
p { color: rgb(98,134,239); }
H1.HeaderClassName
{
color: #6286EF;
}
.AnyTagClassName
{
color: #6286EF;
}
</style>
background-color css
<style>
a { background-color: #6286EF; }
a { background-color: rgb(98,134,239); }
div.DivClassName
{
background-color: #6286EF;
}
.BgClassName
{
background-color: #6286EF;
}
</style>
border-color css
<style>
span { border-color: #6286EF; }
span { border-color: rgb(98,134,239); }
td.TdClassName
{
border-color: #6286EF;
}
.TagClassName
{
border-color: #6286EF;
}
</style>