Shades of Cornflower Blue #6288F2
Tints of Cornflower Blue #6288F2
RGB
CMYK
RGB Variations
Color information
#6288F2 (or 0x6288F2) is known color: Cornflower Blue. HEX triplet: 62, 88 and F2. RGB value is (98,136,242). Sum of RGB (Red+Green+Blue) = 98+136+242=476 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.59% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 242 (94.92% from 255 or 50.84% from 476); Max value from RGB is 242 - color contains mainly: blue. Hex color #6288F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6288F2 is #9D770D. Grayscale: #888888. Windows color (decimal): -10319630 or 15894626. OLE color: 15894626.
HSL color Cylindrical-coordinate representation of color #6288F2: hue angle of 224.17º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6288F2 is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 136 | 242 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.05 |
| HSL | 224.17º | 0.85% | 0.67% | - |
| HSV(B) | 224.17º | 0.6% | 0.95% | - |
| XYZ | 29.87 | 26.62 | 87.57 | - |
| YUV | 136.72 | 187.41 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 136 | 242 | 0.60 | 0.44 | 0 | 0.05 | 224.17 | 0.85 | 0.67 |
| Hex | 62 | 88 | F2 | 3C | 2C | 0 | 5 | E0 | 55 | 43 |
| Octal | 142 | 210 | 362 | 74 | 54 | 0 | 5 | 340 | 125 | 103 |
| Binary | 1100010 | 10001000 | 11110010 | 111100 | 101100 | 0 | 101 | 11100000 | 1010101 | 1000011 |
Color Harmonies of #6288F2
Complementary color
Monochromatic Colors of #6288F2
Black with #6288F2
Text Example
Text Example
White with #6288F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6288F2; }
p { color: rgb(98,136,242); }
H1.HeaderClassName
{
color: #6288F2;
}
.AnyTagClassName
{
color: #6288F2;
}
</style>
background-color css
<style>
a { background-color: #6288F2; }
a { background-color: rgb(98,136,242); }
div.DivClassName
{
background-color: #6288F2;
}
.BgClassName
{
background-color: #6288F2;
}
</style>
border-color css
<style>
span { border-color: #6288F2; }
span { border-color: rgb(98,136,242); }
td.TdClassName
{
border-color: #6288F2;
}
.TagClassName
{
border-color: #6288F2;
}
</style>