Shades of Cornflower Blue #6285EB
Tints of Cornflower Blue #6285EB
RGB
CMYK
RGB Variations
Color information
#6285EB (or 0x6285EB) is known color: Cornflower Blue. HEX triplet: 62, 85 and EB. RGB value is (98,133,235). Sum of RGB (Red+Green+Blue) = 98+133+235=466 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.03% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #6285EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6285EB is #9D7A14. Grayscale: #858585. Windows color (decimal): -10320405 or 15435106. OLE color: 15435106.
HSL color Cylindrical-coordinate representation of color #6285EB: hue angle of 224.67º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6285EB is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 133 | 235 | - |
| CMYK | 0.58 | 0.43 | 0 | 0.08 |
| HSL | 224.67º | 0.77% | 0.65% | - |
| HSV(B) | 224.67º | 0.58% | 0.92% | - |
| XYZ | 28.42 | 25.37 | 82 | - |
| YUV | 134.16 | 184.9 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 133 | 235 | 0.58 | 0.43 | 0 | 0.08 | 224.67 | 0.77 | 0.65 |
| Hex | 62 | 85 | EB | 3A | 2B | 0 | 8 | E1 | 4D | 41 |
| Octal | 142 | 205 | 353 | 72 | 53 | 0 | 10 | 341 | 115 | 101 |
| Binary | 1100010 | 10000101 | 11101011 | 111010 | 101011 | 0 | 1000 | 11100001 | 1001101 | 1000001 |
Color Harmonies of #6285EB
Complementary color
Monochromatic Colors of #6285EB
Black with #6285EB
Text Example
Text Example
White with #6285EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6285EB; }
p { color: rgb(98,133,235); }
H1.HeaderClassName
{
color: #6285EB;
}
.AnyTagClassName
{
color: #6285EB;
}
</style>
background-color css
<style>
a { background-color: #6285EB; }
a { background-color: rgb(98,133,235); }
div.DivClassName
{
background-color: #6285EB;
}
.BgClassName
{
background-color: #6285EB;
}
</style>
border-color css
<style>
span { border-color: #6285EB; }
span { border-color: rgb(98,133,235); }
td.TdClassName
{
border-color: #6285EB;
}
.TagClassName
{
border-color: #6285EB;
}
</style>