Shades of Cornflower Blue #6093FA
Tints of Cornflower Blue #6093FA
RGB
CMYK
RGB Variations
Color information
#6093FA (or 0x6093FA) is known color: Cornflower Blue. HEX triplet: 60, 93 and FA. RGB value is (96,147,250). Sum of RGB (Red+Green+Blue) = 96+147+250=493 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.47% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #6093FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6093FA is #9F6C05. Grayscale: #8F8F8F. Windows color (decimal): -10447878 or 16421728. OLE color: 16421728.
HSL color Cylindrical-coordinate representation of color #6093FA: hue angle of 220.13º degrees, saturation: 0.94, 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 #6093FA is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 147 | 250 | - |
| CMYK | 0.62 | 0.41 | 0 | 0.02 |
| HSL | 220.13º | 0.94% | 0.68% | - |
| HSV(B) | 220.13º | 0.62% | 0.98% | - |
| XYZ | 32.51 | 30.26 | 94.57 | - |
| YUV | 143.49 | 188.1 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 147 | 250 | 0.62 | 0.41 | 0 | 0.02 | 220.13 | 0.94 | 0.68 |
| Hex | 60 | 93 | FA | 3E | 29 | 0 | 2 | DC | 5E | 44 |
| Octal | 140 | 223 | 372 | 76 | 51 | 0 | 2 | 334 | 136 | 104 |
| Binary | 1100000 | 10010011 | 11111010 | 111110 | 101001 | 0 | 10 | 11011100 | 1011110 | 1000100 |
Color Harmonies of #6093FA
Complementary color
Monochromatic Colors of #6093FA
Black with #6093FA
Text Example
Text Example
White with #6093FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6093FA; }
p { color: rgb(96,147,250); }
H1.HeaderClassName
{
color: #6093FA;
}
.AnyTagClassName
{
color: #6093FA;
}
</style>
background-color css
<style>
a { background-color: #6093FA; }
a { background-color: rgb(96,147,250); }
div.DivClassName
{
background-color: #6093FA;
}
.BgClassName
{
background-color: #6093FA;
}
</style>
border-color css
<style>
span { border-color: #6093FA; }
span { border-color: rgb(96,147,250); }
td.TdClassName
{
border-color: #6093FA;
}
.TagClassName
{
border-color: #6093FA;
}
</style>