Shades of Cornflower Blue #6076EA
Tints of Cornflower Blue #6076EA
RGB
CMYK
RGB Variations
Color information
#6076EA (or 0x6076EA) is known color: Cornflower Blue. HEX triplet: 60, 76 and EA. RGB value is (96,118,234). Sum of RGB (Red+Green+Blue) = 96+118+234=448 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.43% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #6076EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6076EA is #9F8915. Grayscale: #7C7C7C. Windows color (decimal): -10455318 or 15365728. OLE color: 15365728.
HSL color Cylindrical-coordinate representation of color #6076EA: hue angle of 230.43º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6076EA is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 118 | 234 | - |
| CMYK | 0.59 | 0.50 | 0 | 0.08 |
| HSL | 230.43º | 0.77% | 0.65% | - |
| HSV(B) | 230.43º | 0.59% | 0.92% | - |
| XYZ | 26.15 | 21.38 | 80.59 | - |
| YUV | 124.65 | 189.71 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 118 | 234 | 0.59 | 0.50 | 0 | 0.08 | 230.43 | 0.77 | 0.65 |
| Hex | 60 | 76 | EA | 3B | 32 | 0 | 8 | E6 | 4D | 41 |
| Octal | 140 | 166 | 352 | 73 | 62 | 0 | 10 | 346 | 115 | 101 |
| Binary | 1100000 | 1110110 | 11101010 | 111011 | 110010 | 0 | 1000 | 11100110 | 1001101 | 1000001 |
Color Harmonies of #6076EA
Complementary color
Monochromatic Colors of #6076EA
Black with #6076EA
Text Example
Text Example
White with #6076EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6076EA; }
p { color: rgb(96,118,234); }
H1.HeaderClassName
{
color: #6076EA;
}
.AnyTagClassName
{
color: #6076EA;
}
</style>
background-color css
<style>
a { background-color: #6076EA; }
a { background-color: rgb(96,118,234); }
div.DivClassName
{
background-color: #6076EA;
}
.BgClassName
{
background-color: #6076EA;
}
</style>
border-color css
<style>
span { border-color: #6076EA; }
span { border-color: rgb(96,118,234); }
td.TdClassName
{
border-color: #6076EA;
}
.TagClassName
{
border-color: #6076EA;
}
</style>