Shades of Cornflower Blue #6077EE
Tints of Cornflower Blue #6077EE
RGB
CMYK
RGB Variations
Color information
#6077EE (or 0x6077EE) is known color: Cornflower Blue. HEX triplet: 60, 77 and EE. RGB value is (96,119,238). Sum of RGB (Red+Green+Blue) = 96+119+238=453 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.19% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #6077EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6077EE is #9F8811. Grayscale: #7D7D7D. Windows color (decimal): -10455058 or 15628128. OLE color: 15628128.
HSL color Cylindrical-coordinate representation of color #6077EE: hue angle of 230.28º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6077EE is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 119 | 238 | - |
| CMYK | 0.60 | 0.50 | 0 | 0.07 |
| HSL | 230.28º | 0.81% | 0.65% | - |
| HSV(B) | 230.28º | 0.6% | 0.93% | - |
| XYZ | 26.85 | 21.85 | 83.69 | - |
| YUV | 125.69 | 191.38 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 119 | 238 | 0.60 | 0.50 | 0 | 0.07 | 230.28 | 0.81 | 0.65 |
| Hex | 60 | 77 | EE | 3C | 32 | 0 | 7 | E6 | 51 | 41 |
| Octal | 140 | 167 | 356 | 74 | 62 | 0 | 7 | 346 | 121 | 101 |
| Binary | 1100000 | 1110111 | 11101110 | 111100 | 110010 | 0 | 111 | 11100110 | 1010001 | 1000001 |
Color Harmonies of #6077EE
Complementary color
Monochromatic Colors of #6077EE
Black with #6077EE
Text Example
Text Example
White with #6077EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6077EE; }
p { color: rgb(96,119,238); }
H1.HeaderClassName
{
color: #6077EE;
}
.AnyTagClassName
{
color: #6077EE;
}
</style>
background-color css
<style>
a { background-color: #6077EE; }
a { background-color: rgb(96,119,238); }
div.DivClassName
{
background-color: #6077EE;
}
.BgClassName
{
background-color: #6077EE;
}
</style>
border-color css
<style>
span { border-color: #6077EE; }
span { border-color: rgb(96,119,238); }
td.TdClassName
{
border-color: #6077EE;
}
.TagClassName
{
border-color: #6077EE;
}
</style>