Shades of Cornflower Blue #6080FC
Tints of Cornflower Blue #6080FC
RGB
CMYK
RGB Variations
Color information
#6080FC (or 0x6080FC) is known color: Cornflower Blue. HEX triplet: 60, 80 and FC. RGB value is (96,128,252). Sum of RGB (Red+Green+Blue) = 96+128+252=476 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.17% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #6080FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6080FC is #9F7F03. Grayscale: #848484. Windows color (decimal): -10452740 or 16547936. OLE color: 16547936.
HSL color Cylindrical-coordinate representation of color #6080FC: hue angle of 227.69º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6080FC is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 128 | 252 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.01 |
| HSL | 227.69º | 0.96% | 0.68% | - |
| HSV(B) | 227.69º | 0.62% | 0.99% | - |
| XYZ | 30.11 | 24.95 | 95.32 | - |
| YUV | 132.57 | 195.4 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 128 | 252 | 0.62 | 0.49 | 0 | 0.01 | 227.69 | 0.96 | 0.68 |
| Hex | 60 | 80 | FC | 3E | 31 | 0 | 1 | E4 | 60 | 44 |
| Octal | 140 | 200 | 374 | 76 | 61 | 0 | 1 | 344 | 140 | 104 |
| Binary | 1100000 | 10000000 | 11111100 | 111110 | 110001 | 0 | 1 | 11100100 | 1100000 | 1000100 |
Color Harmonies of #6080FC
Complementary color
Monochromatic Colors of #6080FC
Black with #6080FC
Text Example
Text Example
White with #6080FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6080FC; }
p { color: rgb(96,128,252); }
H1.HeaderClassName
{
color: #6080FC;
}
.AnyTagClassName
{
color: #6080FC;
}
</style>
background-color css
<style>
a { background-color: #6080FC; }
a { background-color: rgb(96,128,252); }
div.DivClassName
{
background-color: #6080FC;
}
.BgClassName
{
background-color: #6080FC;
}
</style>
border-color css
<style>
span { border-color: #6080FC; }
span { border-color: rgb(96,128,252); }
td.TdClassName
{
border-color: #6080FC;
}
.TagClassName
{
border-color: #6080FC;
}
</style>