Shades of Cornflower Blue #6077FE
Tints of Cornflower Blue #6077FE
RGB
CMYK
RGB Variations
Color information
#6077FE (or 0x6077FE) is known color: Cornflower Blue. HEX triplet: 60, 77 and FE. RGB value is (96,119,254). Sum of RGB (Red+Green+Blue) = 96+119+254=469 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.47% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #6077FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6077FE is #9F8801. Grayscale: #7E7E7E. Windows color (decimal): -10455042 or 16676704. OLE color: 16676704.
HSL color Cylindrical-coordinate representation of color #6077FE: hue angle of 231.27º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6077FE is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 119 | 254 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.00 |
| HSL | 231.27º | 0.99% | 0.69% | - |
| HSV(B) | 231.27º | 0.62% | 1% | - |
| XYZ | 29.31 | 22.84 | 96.63 | - |
| YUV | 127.51 | 199.38 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 119 | 254 | 0.62 | 0.53 | 0 | 0.00 | 231.27 | 0.99 | 0.69 |
| Hex | 60 | 77 | FE | 3E | 35 | 0 | 0 | E7 | 63 | 45 |
| Octal | 140 | 167 | 376 | 76 | 65 | 0 | 0 | 347 | 143 | 105 |
| Binary | 1100000 | 1110111 | 11111110 | 111110 | 110101 | 0 | 0 | 11100111 | 1100011 | 1000101 |
Color Harmonies of #6077FE
Complementary color
Monochromatic Colors of #6077FE
Black with #6077FE
Text Example
Text Example
White with #6077FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6077FE; }
p { color: rgb(96,119,254); }
H1.HeaderClassName
{
color: #6077FE;
}
.AnyTagClassName
{
color: #6077FE;
}
</style>
background-color css
<style>
a { background-color: #6077FE; }
a { background-color: rgb(96,119,254); }
div.DivClassName
{
background-color: #6077FE;
}
.BgClassName
{
background-color: #6077FE;
}
</style>
border-color css
<style>
span { border-color: #6077FE; }
span { border-color: rgb(96,119,254); }
td.TdClassName
{
border-color: #6077FE;
}
.TagClassName
{
border-color: #6077FE;
}
</style>