Shades of Cornflower Blue #6FA0EA
Tints of Cornflower Blue #6FA0EA
RGB
CMYK
RGB Variations
Color information
#6FA0EA (or 0x6FA0EA) is known color: Cornflower Blue. HEX triplet: 6F, A0 and EA. RGB value is (111,160,234). Sum of RGB (Red+Green+Blue) = 111+160+234=505 (66% of max value = 765). Red value is 111 (43.75% from 255 or 21.98% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #6FA0EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FA0EA is #905F15. Grayscale: #999999. Windows color (decimal): -9461526 or 15376495. OLE color: 15376495.
HSL color Cylindrical-coordinate representation of color #6FA0EA: hue angle of 216.1º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FA0EA is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 160 | 234 | - |
| CMYK | 0.53 | 0.32 | 0 | 0.08 |
| HSL | 216.1º | 0.75% | 0.68% | - |
| HSV(B) | 216.1º | 0.53% | 0.92% | - |
| XYZ | 33.98 | 34.46 | 82.7 | - |
| YUV | 153.79 | 173.27 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 160 | 234 | 0.53 | 0.32 | 0 | 0.08 | 216.1 | 0.75 | 0.68 |
| Hex | 6F | A0 | EA | 35 | 20 | 0 | 8 | D8 | 4B | 44 |
| Octal | 157 | 240 | 352 | 65 | 40 | 0 | 10 | 330 | 113 | 104 |
| Binary | 1101111 | 10100000 | 11101010 | 110101 | 100000 | 0 | 1000 | 11011000 | 1001011 | 1000100 |
Color Harmonies of #6FA0EA
Complementary color
Monochromatic Colors of #6FA0EA
Black with #6FA0EA
Text Example
Text Example
White with #6FA0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA0EA; }
p { color: rgb(111,160,234); }
H1.HeaderClassName
{
color: #6FA0EA;
}
.AnyTagClassName
{
color: #6FA0EA;
}
</style>
background-color css
<style>
a { background-color: #6FA0EA; }
a { background-color: rgb(111,160,234); }
div.DivClassName
{
background-color: #6FA0EA;
}
.BgClassName
{
background-color: #6FA0EA;
}
</style>
border-color css
<style>
span { border-color: #6FA0EA; }
span { border-color: rgb(111,160,234); }
td.TdClassName
{
border-color: #6FA0EA;
}
.TagClassName
{
border-color: #6FA0EA;
}
</style>