Shades of Cornflower Blue #6289FC
Tints of Cornflower Blue #6289FC
RGB
CMYK
RGB Variations
Color information
#6289FC (or 0x6289FC) is known color: Cornflower Blue. HEX triplet: 62, 89 and FC. RGB value is (98,137,252). Sum of RGB (Red+Green+Blue) = 98+137+252=487 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.12% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 252 (98.83% from 255 or 51.75% from 487); Max value from RGB is 252 - color contains mainly: blue. Hex color #6289FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6289FC is #9D7603. Grayscale: #898989. Windows color (decimal): -10319364 or 16550242. OLE color: 16550242.
HSL color Cylindrical-coordinate representation of color #6289FC: hue angle of 224.81º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6289FC is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 137 | 252 | - |
| CMYK | 0.61 | 0.46 | 0 | 0.01 |
| HSL | 224.81º | 0.96% | 0.69% | - |
| HSV(B) | 224.81º | 0.61% | 0.99% | - |
| XYZ | 31.55 | 27.52 | 95.74 | - |
| YUV | 138.45 | 192.08 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 137 | 252 | 0.61 | 0.46 | 0 | 0.01 | 224.81 | 0.96 | 0.69 |
| Hex | 62 | 89 | FC | 3D | 2E | 0 | 1 | E1 | 60 | 45 |
| Octal | 142 | 211 | 374 | 75 | 56 | 0 | 1 | 341 | 140 | 105 |
| Binary | 1100010 | 10001001 | 11111100 | 111101 | 101110 | 0 | 1 | 11100001 | 1100000 | 1000101 |
Color Harmonies of #6289FC
Complementary color
Monochromatic Colors of #6289FC
Black with #6289FC
Text Example
Text Example
White with #6289FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6289FC; }
p { color: rgb(98,137,252); }
H1.HeaderClassName
{
color: #6289FC;
}
.AnyTagClassName
{
color: #6289FC;
}
</style>
background-color css
<style>
a { background-color: #6289FC; }
a { background-color: rgb(98,137,252); }
div.DivClassName
{
background-color: #6289FC;
}
.BgClassName
{
background-color: #6289FC;
}
</style>
border-color css
<style>
span { border-color: #6289FC; }
span { border-color: rgb(98,137,252); }
td.TdClassName
{
border-color: #6289FC;
}
.TagClassName
{
border-color: #6289FC;
}
</style>