Shades of Cornflower Blue #6283FE
Tints of Cornflower Blue #6283FE
RGB
CMYK
RGB Variations
Color information
#6283FE (or 0x6283FE) is known color: Cornflower Blue. HEX triplet: 62, 83 and FE. RGB value is (98,131,254). Sum of RGB (Red+Green+Blue) = 98+131+254=483 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.29% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #6283FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6283FE is #9D7C01. Grayscale: #868686. Windows color (decimal): -10320898 or 16679778. OLE color: 16679778.
HSL color Cylindrical-coordinate representation of color #6283FE: hue angle of 227.31º 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 #6283FE is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 131 | 254 | - |
| CMYK | 0.61 | 0.48 | 0 | 0.00 |
| HSL | 227.31º | 0.99% | 0.69% | - |
| HSV(B) | 227.31º | 0.61% | 1% | - |
| XYZ | 31.04 | 25.99 | 97.15 | - |
| YUV | 135.16 | 195.07 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 131 | 254 | 0.61 | 0.48 | 0 | 0.00 | 227.31 | 0.99 | 0.69 |
| Hex | 62 | 83 | FE | 3D | 30 | 0 | 0 | E3 | 63 | 45 |
| Octal | 142 | 203 | 376 | 75 | 60 | 0 | 0 | 343 | 143 | 105 |
| Binary | 1100010 | 10000011 | 11111110 | 111101 | 110000 | 0 | 0 | 11100011 | 1100011 | 1000101 |
Color Harmonies of #6283FE
Complementary color
Monochromatic Colors of #6283FE
Black with #6283FE
Text Example
Text Example
White with #6283FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6283FE; }
p { color: rgb(98,131,254); }
H1.HeaderClassName
{
color: #6283FE;
}
.AnyTagClassName
{
color: #6283FE;
}
</style>
background-color css
<style>
a { background-color: #6283FE; }
a { background-color: rgb(98,131,254); }
div.DivClassName
{
background-color: #6283FE;
}
.BgClassName
{
background-color: #6283FE;
}
</style>
border-color css
<style>
span { border-color: #6283FE; }
span { border-color: rgb(98,131,254); }
td.TdClassName
{
border-color: #6283FE;
}
.TagClassName
{
border-color: #6283FE;
}
</style>