Shades of Cornflower Blue #6282FE
Tints of Cornflower Blue #6282FE
RGB
CMYK
RGB Variations
Color information
#6282FE (or 0x6282FE) is known color: Cornflower Blue. HEX triplet: 62, 82 and FE. RGB value is (98,130,254). Sum of RGB (Red+Green+Blue) = 98+130+254=482 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.33% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #6282FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6282FE is #9D7D01. Grayscale: #868686. Windows color (decimal): -10321154 or 16679522. OLE color: 16679522.
HSL color Cylindrical-coordinate representation of color #6282FE: hue angle of 227.69º 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 #6282FE is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 130 | 254 | - |
| CMYK | 0.61 | 0.49 | 0 | 0.00 |
| HSL | 227.69º | 0.99% | 0.69% | - |
| HSV(B) | 227.69º | 0.61% | 1% | - |
| XYZ | 30.91 | 25.72 | 97.1 | - |
| YUV | 134.57 | 195.4 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 130 | 254 | 0.61 | 0.49 | 0 | 0.00 | 227.69 | 0.99 | 0.69 |
| Hex | 62 | 82 | FE | 3D | 31 | 0 | 0 | E4 | 63 | 45 |
| Octal | 142 | 202 | 376 | 75 | 61 | 0 | 0 | 344 | 143 | 105 |
| Binary | 1100010 | 10000010 | 11111110 | 111101 | 110001 | 0 | 0 | 11100100 | 1100011 | 1000101 |
Color Harmonies of #6282FE
Complementary color
Monochromatic Colors of #6282FE
Black with #6282FE
Text Example
Text Example
White with #6282FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6282FE; }
p { color: rgb(98,130,254); }
H1.HeaderClassName
{
color: #6282FE;
}
.AnyTagClassName
{
color: #6282FE;
}
</style>
background-color css
<style>
a { background-color: #6282FE; }
a { background-color: rgb(98,130,254); }
div.DivClassName
{
background-color: #6282FE;
}
.BgClassName
{
background-color: #6282FE;
}
</style>
border-color css
<style>
span { border-color: #6282FE; }
span { border-color: rgb(98,130,254); }
td.TdClassName
{
border-color: #6282FE;
}
.TagClassName
{
border-color: #6282FE;
}
</style>