Shades of Cornflower Blue #6F9DEC
Tints of Cornflower Blue #6F9DEC
RGB
CMYK
RGB Variations
Color information
#6F9DEC (or 0x6F9DEC) is known color: Cornflower Blue. HEX triplet: 6F, 9D and EC. RGB value is (111,157,236). Sum of RGB (Red+Green+Blue) = 111+157+236=504 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.02% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #6F9DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F9DEC is #906213. Grayscale: #979797. Windows color (decimal): -9462292 or 15506799. OLE color: 15506799.
HSL color Cylindrical-coordinate representation of color #6F9DEC: hue angle of 217.92º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F9DEC is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 157 | 236 | - |
| CMYK | 0.53 | 0.33 | 0 | 0.07 |
| HSL | 217.92º | 0.77% | 0.68% | - |
| HSV(B) | 217.92º | 0.53% | 0.93% | - |
| XYZ | 33.75 | 33.55 | 84.05 | - |
| YUV | 152.25 | 175.26 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 157 | 236 | 0.53 | 0.33 | 0 | 0.07 | 217.92 | 0.77 | 0.68 |
| Hex | 6F | 9D | EC | 35 | 21 | 0 | 7 | DA | 4D | 44 |
| Octal | 157 | 235 | 354 | 65 | 41 | 0 | 7 | 332 | 115 | 104 |
| Binary | 1101111 | 10011101 | 11101100 | 110101 | 100001 | 0 | 111 | 11011010 | 1001101 | 1000100 |
Color Harmonies of #6F9DEC
Complementary color
Monochromatic Colors of #6F9DEC
Black with #6F9DEC
Text Example
Text Example
White with #6F9DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9DEC; }
p { color: rgb(111,157,236); }
H1.HeaderClassName
{
color: #6F9DEC;
}
.AnyTagClassName
{
color: #6F9DEC;
}
</style>
background-color css
<style>
a { background-color: #6F9DEC; }
a { background-color: rgb(111,157,236); }
div.DivClassName
{
background-color: #6F9DEC;
}
.BgClassName
{
background-color: #6F9DEC;
}
</style>
border-color css
<style>
span { border-color: #6F9DEC; }
span { border-color: rgb(111,157,236); }
td.TdClassName
{
border-color: #6F9DEC;
}
.TagClassName
{
border-color: #6F9DEC;
}
</style>