Shades of Cornflower Blue #6288FA
Tints of Cornflower Blue #6288FA
RGB
CMYK
RGB Variations
Color information
#6288FA (or 0x6288FA) is known color: Cornflower Blue. HEX triplet: 62, 88 and FA. RGB value is (98,136,250). Sum of RGB (Red+Green+Blue) = 98+136+250=484 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.25% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #6288FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6288FA is #9D7705. Grayscale: #898989. Windows color (decimal): -10319622 or 16418914. OLE color: 16418914.
HSL color Cylindrical-coordinate representation of color #6288FA: hue angle of 225º degrees, saturation: 0.94, 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 #6288FA is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 136 | 250 | - |
| CMYK | 0.61 | 0.46 | 0 | 0.02 |
| HSL | 225º | 0.94% | 0.68% | - |
| HSV(B) | 225º | 0.61% | 0.98% | - |
| XYZ | 31.1 | 27.11 | 94.04 | - |
| YUV | 137.63 | 191.41 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 136 | 250 | 0.61 | 0.46 | 0 | 0.02 | 225 | 0.94 | 0.68 |
| Hex | 62 | 88 | FA | 3D | 2E | 0 | 2 | E1 | 5E | 44 |
| Octal | 142 | 210 | 372 | 75 | 56 | 0 | 2 | 341 | 136 | 104 |
| Binary | 1100010 | 10001000 | 11111010 | 111101 | 101110 | 0 | 10 | 11100001 | 1011110 | 1000100 |
Color Harmonies of #6288FA
Complementary color
Monochromatic Colors of #6288FA
Black with #6288FA
Text Example
Text Example
White with #6288FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6288FA; }
p { color: rgb(98,136,250); }
H1.HeaderClassName
{
color: #6288FA;
}
.AnyTagClassName
{
color: #6288FA;
}
</style>
background-color css
<style>
a { background-color: #6288FA; }
a { background-color: rgb(98,136,250); }
div.DivClassName
{
background-color: #6288FA;
}
.BgClassName
{
background-color: #6288FA;
}
</style>
border-color css
<style>
span { border-color: #6288FA; }
span { border-color: rgb(98,136,250); }
td.TdClassName
{
border-color: #6288FA;
}
.TagClassName
{
border-color: #6288FA;
}
</style>