Shades of Cornflower Blue #6097FB
Tints of Cornflower Blue #6097FB
RGB
CMYK
RGB Variations
Color information
#6097FB (or 0x6097FB) is known color: Cornflower Blue. HEX triplet: 60, 97 and FB. RGB value is (96,151,251). Sum of RGB (Red+Green+Blue) = 96+151+251=498 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.28% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #6097FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6097FB is #9F6804. Grayscale: #919191. Windows color (decimal): -10446853 or 16488288. OLE color: 16488288.
HSL color Cylindrical-coordinate representation of color #6097FB: hue angle of 218.71º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6097FB is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 151 | 251 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.02 |
| HSL | 218.71º | 0.95% | 0.68% | - |
| HSV(B) | 218.71º | 0.62% | 0.98% | - |
| XYZ | 33.3 | 31.59 | 95.61 | - |
| YUV | 145.96 | 187.28 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 151 | 251 | 0.62 | 0.40 | 0 | 0.02 | 218.71 | 0.95 | 0.68 |
| Hex | 60 | 97 | FB | 3E | 28 | 0 | 2 | DB | 5F | 44 |
| Octal | 140 | 227 | 373 | 76 | 50 | 0 | 2 | 333 | 137 | 104 |
| Binary | 1100000 | 10010111 | 11111011 | 111110 | 101000 | 0 | 10 | 11011011 | 1011111 | 1000100 |
Color Harmonies of #6097FB
Complementary color
Monochromatic Colors of #6097FB
Black with #6097FB
Text Example
Text Example
White with #6097FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6097FB; }
p { color: rgb(96,151,251); }
H1.HeaderClassName
{
color: #6097FB;
}
.AnyTagClassName
{
color: #6097FB;
}
</style>
background-color css
<style>
a { background-color: #6097FB; }
a { background-color: rgb(96,151,251); }
div.DivClassName
{
background-color: #6097FB;
}
.BgClassName
{
background-color: #6097FB;
}
</style>
border-color css
<style>
span { border-color: #6097FB; }
span { border-color: rgb(96,151,251); }
td.TdClassName
{
border-color: #6097FB;
}
.TagClassName
{
border-color: #6097FB;
}
</style>