Shades of Cornflower Blue #6285FB
Tints of Cornflower Blue #6285FB
RGB
CMYK
RGB Variations
Color information
#6285FB (or 0x6285FB) is known color: Cornflower Blue. HEX triplet: 62, 85 and FB. RGB value is (98,133,251). Sum of RGB (Red+Green+Blue) = 98+133+251=482 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.33% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #6285FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6285FB is #9D7A04. Grayscale: #878787. Windows color (decimal): -10320389 or 16483682. OLE color: 16483682.
HSL color Cylindrical-coordinate representation of color #6285FB: hue angle of 226.27º degrees, saturation: 0.95, 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 #6285FB is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 133 | 251 | - |
| CMYK | 0.61 | 0.47 | 0 | 0.02 |
| HSL | 226.27º | 0.95% | 0.68% | - |
| HSV(B) | 226.27º | 0.61% | 0.98% | - |
| XYZ | 30.84 | 26.34 | 94.73 | - |
| YUV | 135.99 | 192.9 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 133 | 251 | 0.61 | 0.47 | 0 | 0.02 | 226.27 | 0.95 | 0.68 |
| Hex | 62 | 85 | FB | 3D | 2F | 0 | 2 | E2 | 5F | 44 |
| Octal | 142 | 205 | 373 | 75 | 57 | 0 | 2 | 342 | 137 | 104 |
| Binary | 1100010 | 10000101 | 11111011 | 111101 | 101111 | 0 | 10 | 11100010 | 1011111 | 1000100 |
Color Harmonies of #6285FB
Complementary color
Monochromatic Colors of #6285FB
Black with #6285FB
Text Example
Text Example
White with #6285FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6285FB; }
p { color: rgb(98,133,251); }
H1.HeaderClassName
{
color: #6285FB;
}
.AnyTagClassName
{
color: #6285FB;
}
</style>
background-color css
<style>
a { background-color: #6285FB; }
a { background-color: rgb(98,133,251); }
div.DivClassName
{
background-color: #6285FB;
}
.BgClassName
{
background-color: #6285FB;
}
</style>
border-color css
<style>
span { border-color: #6285FB; }
span { border-color: rgb(98,133,251); }
td.TdClassName
{
border-color: #6285FB;
}
.TagClassName
{
border-color: #6285FB;
}
</style>