Shades of Cornflower Blue #6093FE
Tints of Cornflower Blue #6093FE
RGB
CMYK
RGB Variations
Color information
#6093FE (or 0x6093FE) is known color: Cornflower Blue. HEX triplet: 60, 93 and FE. RGB value is (96,147,254). Sum of RGB (Red+Green+Blue) = 96+147+254=497 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.32% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #6093FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6093FE is #9F6C01. Grayscale: #8F8F8F. Windows color (decimal): -10447874 or 16683872. OLE color: 16683872.
HSL color Cylindrical-coordinate representation of color #6093FE: hue angle of 220.63º 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 #6093FE is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 147 | 254 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.00 |
| HSL | 220.63º | 0.99% | 0.69% | - |
| HSV(B) | 220.63º | 0.62% | 1% | - |
| XYZ | 33.15 | 30.51 | 97.91 | - |
| YUV | 143.95 | 190.1 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 147 | 254 | 0.62 | 0.42 | 0 | 0.00 | 220.63 | 0.99 | 0.69 |
| Hex | 60 | 93 | FE | 3E | 2A | 0 | 0 | DD | 63 | 45 |
| Octal | 140 | 223 | 376 | 76 | 52 | 0 | 0 | 335 | 143 | 105 |
| Binary | 1100000 | 10010011 | 11111110 | 111110 | 101010 | 0 | 0 | 11011101 | 1100011 | 1000101 |
Color Harmonies of #6093FE
Complementary color
Monochromatic Colors of #6093FE
Black with #6093FE
Text Example
Text Example
White with #6093FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6093FE; }
p { color: rgb(96,147,254); }
H1.HeaderClassName
{
color: #6093FE;
}
.AnyTagClassName
{
color: #6093FE;
}
</style>
background-color css
<style>
a { background-color: #6093FE; }
a { background-color: rgb(96,147,254); }
div.DivClassName
{
background-color: #6093FE;
}
.BgClassName
{
background-color: #6093FE;
}
</style>
border-color css
<style>
span { border-color: #6093FE; }
span { border-color: rgb(96,147,254); }
td.TdClassName
{
border-color: #6093FE;
}
.TagClassName
{
border-color: #6093FE;
}
</style>