Shades of Cornflower Blue #6094DF
Tints of Cornflower Blue #6094DF
RGB
CMYK
RGB Variations
Color information
#6094DF (or 0x6094DF) is known color: Cornflower Blue. HEX triplet: 60, 94 and DF. RGB value is (96,148,223). Sum of RGB (Red+Green+Blue) = 96+148+223=467 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.56% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #6094DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6094DF is #9F6B20. Grayscale: #8C8C8C. Windows color (decimal): -10447649 or 14652512. OLE color: 14652512.
HSL color Cylindrical-coordinate representation of color #6094DF: hue angle of 215.43º 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 #6094DF is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 148 | 223 | - |
| CMYK | 0.57 | 0.34 | 0 | 0.13 |
| HSL | 215.43º | 0.66% | 0.63% | - |
| HSV(B) | 215.43º | 0.57% | 0.87% | - |
| XYZ | 28.73 | 28.99 | 73.89 | - |
| YUV | 141 | 174.27 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 148 | 223 | 0.57 | 0.34 | 0 | 0.13 | 215.43 | 0.66 | 0.63 |
| Hex | 60 | 94 | DF | 39 | 22 | 0 | D | D7 | 42 | 3F |
| Octal | 140 | 224 | 337 | 71 | 42 | 0 | 15 | 327 | 102 | 77 |
| Binary | 1100000 | 10010100 | 11011111 | 111001 | 100010 | 0 | 1101 | 11010111 | 1000010 | 111111 |
Color Harmonies of #6094DF
Complementary color
Monochromatic Colors of #6094DF
Black with #6094DF
Text Example
Text Example
White with #6094DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6094DF; }
p { color: rgb(96,148,223); }
H1.HeaderClassName
{
color: #6094DF;
}
.AnyTagClassName
{
color: #6094DF;
}
</style>
background-color css
<style>
a { background-color: #6094DF; }
a { background-color: rgb(96,148,223); }
div.DivClassName
{
background-color: #6094DF;
}
.BgClassName
{
background-color: #6094DF;
}
</style>
border-color css
<style>
span { border-color: #6094DF; }
span { border-color: rgb(96,148,223); }
td.TdClassName
{
border-color: #6094DF;
}
.TagClassName
{
border-color: #6094DF;
}
</style>