Shades of Cornflower Blue #6080F7
Tints of Cornflower Blue #6080F7
RGB
CMYK
RGB Variations
Color information
#6080F7 (or 0x6080F7) is known color: Cornflower Blue. HEX triplet: 60, 80 and F7. RGB value is (96,128,247). Sum of RGB (Red+Green+Blue) = 96+128+247=471 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.38% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 247 (96.88% from 255 or 52.44% from 471); Max value from RGB is 247 - color contains mainly: blue. Hex color #6080F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6080F7 is #9F7F08. Grayscale: #838383. Windows color (decimal): -10452745 or 16220256. OLE color: 16220256.
HSL color Cylindrical-coordinate representation of color #6080F7: hue angle of 227.28º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6080F7 is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 96 | 128 | 247 | - |
| CMYK | 0.61 | 0.48 | 0 | 0.03 |
| HSL | 227.28º | 0.9% | 0.67% | - |
| HSV(B) | 227.28º | 0.61% | 0.97% | - |
| XYZ | 29.33 | 24.64 | 91.21 | - |
| YUV | 132 | 192.9 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 128 | 247 | 0.61 | 0.48 | 0 | 0.03 | 227.28 | 0.9 | 0.67 |
| Hex | 60 | 80 | F7 | 3D | 30 | 0 | 3 | E3 | 5A | 43 |
| Octal | 140 | 200 | 367 | 75 | 60 | 0 | 3 | 343 | 132 | 103 |
| Binary | 1100000 | 10000000 | 11110111 | 111101 | 110000 | 0 | 11 | 11100011 | 1011010 | 1000011 |
Color Harmonies of #6080F7
Complementary color
Monochromatic Colors of #6080F7
Black with #6080F7
Text Example
Text Example
White with #6080F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6080F7; }
p { color: rgb(96,128,247); }
H1.HeaderClassName
{
color: #6080F7;
}
.AnyTagClassName
{
color: #6080F7;
}
</style>
background-color css
<style>
a { background-color: #6080F7; }
a { background-color: rgb(96,128,247); }
div.DivClassName
{
background-color: #6080F7;
}
.BgClassName
{
background-color: #6080F7;
}
</style>
border-color css
<style>
span { border-color: #6080F7; }
span { border-color: rgb(96,128,247); }
td.TdClassName
{
border-color: #6080F7;
}
.TagClassName
{
border-color: #6080F7;
}
</style>