Shades of Cornflower Blue #6285FE
Tints of Cornflower Blue #6285FE
RGB
CMYK
RGB Variations
Color information
#6285FE (or 0x6285FE) is known color: Cornflower Blue. HEX triplet: 62, 85 and FE. RGB value is (98,133,254). Sum of RGB (Red+Green+Blue) = 98+133+254=485 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.21% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #6285FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6285FE is #9D7A01. Grayscale: #878787. Windows color (decimal): -10320386 or 16680290. OLE color: 16680290.
HSL color Cylindrical-coordinate representation of color #6285FE: hue angle of 226.54º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6285FE is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 133 | 254 | - |
| CMYK | 0.61 | 0.48 | 0 | 0.00 |
| HSL | 226.54º | 0.99% | 0.69% | - |
| HSV(B) | 226.54º | 0.61% | 1% | - |
| XYZ | 31.31 | 26.53 | 97.24 | - |
| YUV | 136.33 | 194.4 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 133 | 254 | 0.61 | 0.48 | 0 | 0.00 | 226.54 | 0.99 | 0.69 |
| Hex | 62 | 85 | FE | 3D | 30 | 0 | 0 | E3 | 63 | 45 |
| Octal | 142 | 205 | 376 | 75 | 60 | 0 | 0 | 343 | 143 | 105 |
| Binary | 1100010 | 10000101 | 11111110 | 111101 | 110000 | 0 | 0 | 11100011 | 1100011 | 1000101 |
Color Harmonies of #6285FE
Complementary color
Monochromatic Colors of #6285FE
Black with #6285FE
Text Example
Text Example
White with #6285FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6285FE; }
p { color: rgb(98,133,254); }
H1.HeaderClassName
{
color: #6285FE;
}
.AnyTagClassName
{
color: #6285FE;
}
</style>
background-color css
<style>
a { background-color: #6285FE; }
a { background-color: rgb(98,133,254); }
div.DivClassName
{
background-color: #6285FE;
}
.BgClassName
{
background-color: #6285FE;
}
</style>
border-color css
<style>
span { border-color: #6285FE; }
span { border-color: rgb(98,133,254); }
td.TdClassName
{
border-color: #6285FE;
}
.TagClassName
{
border-color: #6285FE;
}
</style>