Shades of Cornflower Blue #6099FE
Tints of Cornflower Blue #6099FE
RGB
CMYK
RGB Variations
Color information
#6099FE (or 0x6099FE) is known color: Cornflower Blue. HEX triplet: 60, 99 and FE. RGB value is (96,153,254). Sum of RGB (Red+Green+Blue) = 96+153+254=503 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.09% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #6099FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6099FE is #9F6601. Grayscale: #939393. Windows color (decimal): -10446338 or 16685408. OLE color: 16685408.
HSL color Cylindrical-coordinate representation of color #6099FE: hue angle of 218.35º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6099FE is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 153 | 254 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.00 |
| HSL | 218.35º | 0.99% | 0.69% | - |
| HSV(B) | 218.35º | 0.62% | 1% | - |
| XYZ | 34.1 | 32.43 | 98.23 | - |
| YUV | 147.47 | 188.12 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 153 | 254 | 0.62 | 0.40 | 0 | 0.00 | 218.35 | 0.99 | 0.69 |
| Hex | 60 | 99 | FE | 3E | 28 | 0 | 0 | DA | 63 | 45 |
| Octal | 140 | 231 | 376 | 76 | 50 | 0 | 0 | 332 | 143 | 105 |
| Binary | 1100000 | 10011001 | 11111110 | 111110 | 101000 | 0 | 0 | 11011010 | 1100011 | 1000101 |
Color Harmonies of #6099FE
Complementary color
Monochromatic Colors of #6099FE
Black with #6099FE
Text Example
Text Example
White with #6099FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6099FE; }
p { color: rgb(96,153,254); }
H1.HeaderClassName
{
color: #6099FE;
}
.AnyTagClassName
{
color: #6099FE;
}
</style>
background-color css
<style>
a { background-color: #6099FE; }
a { background-color: rgb(96,153,254); }
div.DivClassName
{
background-color: #6099FE;
}
.BgClassName
{
background-color: #6099FE;
}
</style>
border-color css
<style>
span { border-color: #6099FE; }
span { border-color: rgb(96,153,254); }
td.TdClassName
{
border-color: #6099FE;
}
.TagClassName
{
border-color: #6099FE;
}
</style>