Shades of Cornflower Blue #6F9EE6
Tints of Cornflower Blue #6F9EE6
RGB
CMYK
RGB Variations
Color information
#6F9EE6 (or 0x6F9EE6) is known color: Cornflower Blue. HEX triplet: 6F, 9E and E6. RGB value is (111,158,230). Sum of RGB (Red+Green+Blue) = 111+158+230=499 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.24% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 230 (90.23% from 255 or 46.09% from 499); Max value from RGB is 230 - color contains mainly: blue. Hex color #6F9EE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F9EE6 is #906119. Grayscale: #979797. Windows color (decimal): -9462042 or 15113839. OLE color: 15113839.
HSL color Cylindrical-coordinate representation of color #6F9EE6: hue angle of 216.3º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F9EE6 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 111 | 158 | 230 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.10 |
| HSL | 216.3º | 0.7% | 0.67% | - |
| HSV(B) | 216.3º | 0.52% | 0.9% | - |
| XYZ | 33.07 | 33.55 | 79.6 | - |
| YUV | 152.16 | 171.93 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 158 | 230 | 0.52 | 0.31 | 0 | 0.10 | 216.3 | 0.7 | 0.67 |
| Hex | 6F | 9E | E6 | 34 | 1F | 0 | A | D8 | 46 | 43 |
| Octal | 157 | 236 | 346 | 64 | 37 | 0 | 12 | 330 | 106 | 103 |
| Binary | 1101111 | 10011110 | 11100110 | 110100 | 11111 | 0 | 1010 | 11011000 | 1000110 | 1000011 |
Color Harmonies of #6F9EE6
Complementary color
Monochromatic Colors of #6F9EE6
Black with #6F9EE6
Text Example
Text Example
White with #6F9EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9EE6; }
p { color: rgb(111,158,230); }
H1.HeaderClassName
{
color: #6F9EE6;
}
.AnyTagClassName
{
color: #6F9EE6;
}
</style>
background-color css
<style>
a { background-color: #6F9EE6; }
a { background-color: rgb(111,158,230); }
div.DivClassName
{
background-color: #6F9EE6;
}
.BgClassName
{
background-color: #6F9EE6;
}
</style>
border-color css
<style>
span { border-color: #6F9EE6; }
span { border-color: rgb(111,158,230); }
td.TdClassName
{
border-color: #6F9EE6;
}
.TagClassName
{
border-color: #6F9EE6;
}
</style>