Shades of Cornflower Blue #6F9BE7
Tints of Cornflower Blue #6F9BE7
RGB
CMYK
RGB Variations
Color information
#6F9BE7 (or 0x6F9BE7) is known color: Cornflower Blue. HEX triplet: 6F, 9B and E7. RGB value is (111,155,231). Sum of RGB (Red+Green+Blue) = 111+155+231=497 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.33% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 231 (90.62% from 255 or 46.48% from 497); Max value from RGB is 231 - color contains mainly: blue. Hex color #6F9BE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F9BE7 is #906418. Grayscale: #969696. Windows color (decimal): -9462809 or 15178607. OLE color: 15178607.
HSL color Cylindrical-coordinate representation of color #6F9BE7: hue angle of 218º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F9BE7 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 155 | 231 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.09 |
| HSL | 218º | 0.71% | 0.67% | - |
| HSV(B) | 218º | 0.52% | 0.91% | - |
| XYZ | 32.7 | 32.59 | 80.17 | - |
| YUV | 150.51 | 173.42 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 155 | 231 | 0.52 | 0.33 | 0 | 0.09 | 218 | 0.71 | 0.67 |
| Hex | 6F | 9B | E7 | 34 | 21 | 0 | 9 | DA | 47 | 43 |
| Octal | 157 | 233 | 347 | 64 | 41 | 0 | 11 | 332 | 107 | 103 |
| Binary | 1101111 | 10011011 | 11100111 | 110100 | 100001 | 0 | 1001 | 11011010 | 1000111 | 1000011 |
Color Harmonies of #6F9BE7
Complementary color
Monochromatic Colors of #6F9BE7
Black with #6F9BE7
Text Example
Text Example
White with #6F9BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9BE7; }
p { color: rgb(111,155,231); }
H1.HeaderClassName
{
color: #6F9BE7;
}
.AnyTagClassName
{
color: #6F9BE7;
}
</style>
background-color css
<style>
a { background-color: #6F9BE7; }
a { background-color: rgb(111,155,231); }
div.DivClassName
{
background-color: #6F9BE7;
}
.BgClassName
{
background-color: #6F9BE7;
}
</style>
border-color css
<style>
span { border-color: #6F9BE7; }
span { border-color: rgb(111,155,231); }
td.TdClassName
{
border-color: #6F9BE7;
}
.TagClassName
{
border-color: #6F9BE7;
}
</style>