Shades of Cornflower Blue #6286FA
Tints of Cornflower Blue #6286FA
RGB
CMYK
RGB Variations
Color information
#6286FA (or 0x6286FA) is known color: Cornflower Blue. HEX triplet: 62, 86 and FA. RGB value is (98,134,250). Sum of RGB (Red+Green+Blue) = 98+134+250=482 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.33% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #6286FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6286FA is #9D7905. Grayscale: #878787. Windows color (decimal): -10320134 or 16418402. OLE color: 16418402.
HSL color Cylindrical-coordinate representation of color #6286FA: hue angle of 225.79º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6286FA is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 134 | 250 | - |
| CMYK | 0.61 | 0.46 | 0 | 0.02 |
| HSL | 225.79º | 0.94% | 0.68% | - |
| HSV(B) | 225.79º | 0.61% | 0.98% | - |
| XYZ | 30.82 | 26.55 | 93.94 | - |
| YUV | 136.46 | 192.07 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 134 | 250 | 0.61 | 0.46 | 0 | 0.02 | 225.79 | 0.94 | 0.68 |
| Hex | 62 | 86 | FA | 3D | 2E | 0 | 2 | E2 | 5E | 44 |
| Octal | 142 | 206 | 372 | 75 | 56 | 0 | 2 | 342 | 136 | 104 |
| Binary | 1100010 | 10000110 | 11111010 | 111101 | 101110 | 0 | 10 | 11100010 | 1011110 | 1000100 |
Color Harmonies of #6286FA
Complementary color
Monochromatic Colors of #6286FA
Black with #6286FA
Text Example
Text Example
White with #6286FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6286FA; }
p { color: rgb(98,134,250); }
H1.HeaderClassName
{
color: #6286FA;
}
.AnyTagClassName
{
color: #6286FA;
}
</style>
background-color css
<style>
a { background-color: #6286FA; }
a { background-color: rgb(98,134,250); }
div.DivClassName
{
background-color: #6286FA;
}
.BgClassName
{
background-color: #6286FA;
}
</style>
border-color css
<style>
span { border-color: #6286FA; }
span { border-color: rgb(98,134,250); }
td.TdClassName
{
border-color: #6286FA;
}
.TagClassName
{
border-color: #6286FA;
}
</style>