Shades of Cornflower Blue #6080F9
Tints of Cornflower Blue #6080F9
RGB
CMYK
RGB Variations
Color information
#6080F9 (or 0x6080F9) is known color: Cornflower Blue. HEX triplet: 60, 80 and F9. RGB value is (96,128,249). Sum of RGB (Red+Green+Blue) = 96+128+249=473 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.30% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 249 (97.66% from 255 or 52.64% from 473); Max value from RGB is 249 - color contains mainly: blue. Hex color #6080F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6080F9 is #9F7F06. Grayscale: #838383. Windows color (decimal): -10452743 or 16351328. OLE color: 16351328.
HSL color Cylindrical-coordinate representation of color #6080F9: hue angle of 227.45º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6080F9 is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 128 | 249 | - |
| CMYK | 0.61 | 0.49 | 0 | 0.02 |
| HSL | 227.45º | 0.93% | 0.68% | - |
| HSV(B) | 227.45º | 0.61% | 0.98% | - |
| XYZ | 29.64 | 24.76 | 92.84 | - |
| YUV | 132.23 | 193.9 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 128 | 249 | 0.61 | 0.49 | 0 | 0.02 | 227.45 | 0.93 | 0.68 |
| Hex | 60 | 80 | F9 | 3D | 31 | 0 | 2 | E3 | 5D | 44 |
| Octal | 140 | 200 | 371 | 75 | 61 | 0 | 2 | 343 | 135 | 104 |
| Binary | 1100000 | 10000000 | 11111001 | 111101 | 110001 | 0 | 10 | 11100011 | 1011101 | 1000100 |
Color Harmonies of #6080F9
Complementary color
Monochromatic Colors of #6080F9
Black with #6080F9
Text Example
Text Example
White with #6080F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6080F9; }
p { color: rgb(96,128,249); }
H1.HeaderClassName
{
color: #6080F9;
}
.AnyTagClassName
{
color: #6080F9;
}
</style>
background-color css
<style>
a { background-color: #6080F9; }
a { background-color: rgb(96,128,249); }
div.DivClassName
{
background-color: #6080F9;
}
.BgClassName
{
background-color: #6080F9;
}
</style>
border-color css
<style>
span { border-color: #6080F9; }
span { border-color: rgb(96,128,249); }
td.TdClassName
{
border-color: #6080F9;
}
.TagClassName
{
border-color: #6080F9;
}
</style>