Shades of Cornflower Blue #6088F3
Tints of Cornflower Blue #6088F3
RGB
CMYK
RGB Variations
Color information
#6088F3 (or 0x6088F3) is known color: Cornflower Blue. HEX triplet: 60, 88 and F3. RGB value is (96,136,243). Sum of RGB (Red+Green+Blue) = 96+136+243=475 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.21% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 243 (95.31% from 255 or 51.16% from 475); Max value from RGB is 243 - color contains mainly: blue. Hex color #6088F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6088F3 is #9F770C. Grayscale: #878787. Windows color (decimal): -10450701 or 15960160. OLE color: 15960160.
HSL color Cylindrical-coordinate representation of color #6088F3: hue angle of 223.67º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6088F3 is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 136 | 243 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.05 |
| HSL | 223.67º | 0.86% | 0.66% | - |
| HSV(B) | 223.67º | 0.6% | 0.95% | - |
| XYZ | 29.81 | 26.57 | 88.35 | - |
| YUV | 136.24 | 188.25 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 136 | 243 | 0.60 | 0.44 | 0 | 0.05 | 223.67 | 0.86 | 0.66 |
| Hex | 60 | 88 | F3 | 3C | 2C | 0 | 5 | E0 | 56 | 42 |
| Octal | 140 | 210 | 363 | 74 | 54 | 0 | 5 | 340 | 126 | 102 |
| Binary | 1100000 | 10001000 | 11110011 | 111100 | 101100 | 0 | 101 | 11100000 | 1010110 | 1000010 |
Color Harmonies of #6088F3
Complementary color
Monochromatic Colors of #6088F3
Black with #6088F3
Text Example
Text Example
White with #6088F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6088F3; }
p { color: rgb(96,136,243); }
H1.HeaderClassName
{
color: #6088F3;
}
.AnyTagClassName
{
color: #6088F3;
}
</style>
background-color css
<style>
a { background-color: #6088F3; }
a { background-color: rgb(96,136,243); }
div.DivClassName
{
background-color: #6088F3;
}
.BgClassName
{
background-color: #6088F3;
}
</style>
border-color css
<style>
span { border-color: #6088F3; }
span { border-color: rgb(96,136,243); }
td.TdClassName
{
border-color: #6088F3;
}
.TagClassName
{
border-color: #6088F3;
}
</style>