Shades of Cornflower Blue #6080DF
Tints of Cornflower Blue #6080DF
RGB
CMYK
RGB Variations
Color information
#6080DF (or 0x6080DF) is known color: Cornflower Blue. HEX triplet: 60, 80 and DF. RGB value is (96,128,223). Sum of RGB (Red+Green+Blue) = 96+128+223=447 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.48% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #6080DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6080DF is #9F7F20. Grayscale: #808080. Windows color (decimal): -10452769 or 14647392. OLE color: 14647392.
HSL color Cylindrical-coordinate representation of color #6080DF: hue angle of 224.88º 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 #6080DF is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 128 | 223 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.13 |
| HSL | 224.88º | 0.66% | 0.63% | - |
| HSV(B) | 224.88º | 0.57% | 0.87% | - |
| XYZ | 25.86 | 23.25 | 72.94 | - |
| YUV | 129.26 | 180.9 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 128 | 223 | 0.57 | 0.43 | 0 | 0.13 | 224.88 | 0.66 | 0.63 |
| Hex | 60 | 80 | DF | 39 | 2B | 0 | D | E1 | 42 | 3F |
| Octal | 140 | 200 | 337 | 71 | 53 | 0 | 15 | 341 | 102 | 77 |
| Binary | 1100000 | 10000000 | 11011111 | 111001 | 101011 | 0 | 1101 | 11100001 | 1000010 | 111111 |
Color Harmonies of #6080DF
Complementary color
Monochromatic Colors of #6080DF
Black with #6080DF
Text Example
Text Example
White with #6080DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6080DF; }
p { color: rgb(96,128,223); }
H1.HeaderClassName
{
color: #6080DF;
}
.AnyTagClassName
{
color: #6080DF;
}
</style>
background-color css
<style>
a { background-color: #6080DF; }
a { background-color: rgb(96,128,223); }
div.DivClassName
{
background-color: #6080DF;
}
.BgClassName
{
background-color: #6080DF;
}
</style>
border-color css
<style>
span { border-color: #6080DF; }
span { border-color: rgb(96,128,223); }
td.TdClassName
{
border-color: #6080DF;
}
.TagClassName
{
border-color: #6080DF;
}
</style>