Shades of Cornflower Blue #6093DF
Tints of Cornflower Blue #6093DF
RGB
CMYK
RGB Variations
Color information
#6093DF (or 0x6093DF) is known color: Cornflower Blue. HEX triplet: 60, 93 and DF. RGB value is (96,147,223). Sum of RGB (Red+Green+Blue) = 96+147+223=466 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.60% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #6093DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6093DF is #9F6C20. Grayscale: #8C8C8C. Windows color (decimal): -10447905 or 14652256. OLE color: 14652256.
HSL color Cylindrical-coordinate representation of color #6093DF: hue angle of 215.91º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6093DF is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 147 | 223 | - |
| CMYK | 0.57 | 0.34 | 0 | 0.13 |
| HSL | 215.91º | 0.66% | 0.63% | - |
| HSV(B) | 215.91º | 0.57% | 0.87% | - |
| XYZ | 28.58 | 28.68 | 73.84 | - |
| YUV | 140.42 | 174.6 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 147 | 223 | 0.57 | 0.34 | 0 | 0.13 | 215.91 | 0.66 | 0.63 |
| Hex | 60 | 93 | DF | 39 | 22 | 0 | D | D8 | 42 | 3F |
| Octal | 140 | 223 | 337 | 71 | 42 | 0 | 15 | 330 | 102 | 77 |
| Binary | 1100000 | 10010011 | 11011111 | 111001 | 100010 | 0 | 1101 | 11011000 | 1000010 | 111111 |
Color Harmonies of #6093DF
Complementary color
Monochromatic Colors of #6093DF
Black with #6093DF
Text Example
Text Example
White with #6093DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6093DF; }
p { color: rgb(96,147,223); }
H1.HeaderClassName
{
color: #6093DF;
}
.AnyTagClassName
{
color: #6093DF;
}
</style>
background-color css
<style>
a { background-color: #6093DF; }
a { background-color: rgb(96,147,223); }
div.DivClassName
{
background-color: #6093DF;
}
.BgClassName
{
background-color: #6093DF;
}
</style>
border-color css
<style>
span { border-color: #6093DF; }
span { border-color: rgb(96,147,223); }
td.TdClassName
{
border-color: #6093DF;
}
.TagClassName
{
border-color: #6093DF;
}
</style>