Shades of Cornflower Blue #6F9BEA
Tints of Cornflower Blue #6F9BEA
RGB
CMYK
RGB Variations
Color information
#6F9BEA (or 0x6F9BEA) is known color: Cornflower Blue. HEX triplet: 6F, 9B and EA. RGB value is (111,155,234). Sum of RGB (Red+Green+Blue) = 111+155+234=500 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.2% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #6F9BEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F9BEA is #906415. Grayscale: #969696. Windows color (decimal): -9462806 or 15375215. OLE color: 15375215.
HSL color Cylindrical-coordinate representation of color #6F9BEA: hue angle of 218.54º 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 #6F9BEA is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 155 | 234 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.08 |
| HSL | 218.54º | 0.75% | 0.68% | - |
| HSV(B) | 218.54º | 0.53% | 0.92% | - |
| XYZ | 33.13 | 32.76 | 82.42 | - |
| YUV | 150.85 | 174.92 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 155 | 234 | 0.53 | 0.34 | 0 | 0.08 | 218.54 | 0.75 | 0.68 |
| Hex | 6F | 9B | EA | 35 | 22 | 0 | 8 | DB | 4B | 44 |
| Octal | 157 | 233 | 352 | 65 | 42 | 0 | 10 | 333 | 113 | 104 |
| Binary | 1101111 | 10011011 | 11101010 | 110101 | 100010 | 0 | 1000 | 11011011 | 1001011 | 1000100 |
Color Harmonies of #6F9BEA
Complementary color
Monochromatic Colors of #6F9BEA
Black with #6F9BEA
Text Example
Text Example
White with #6F9BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9BEA; }
p { color: rgb(111,155,234); }
H1.HeaderClassName
{
color: #6F9BEA;
}
.AnyTagClassName
{
color: #6F9BEA;
}
</style>
background-color css
<style>
a { background-color: #6F9BEA; }
a { background-color: rgb(111,155,234); }
div.DivClassName
{
background-color: #6F9BEA;
}
.BgClassName
{
background-color: #6F9BEA;
}
</style>
border-color css
<style>
span { border-color: #6F9BEA; }
span { border-color: rgb(111,155,234); }
td.TdClassName
{
border-color: #6F9BEA;
}
.TagClassName
{
border-color: #6F9BEA;
}
</style>