Shades of Cornflower Blue #6F89D9
Tints of Cornflower Blue #6F89D9
RGB
CMYK
RGB Variations
Color information
#6F89D9 (or 0x6F89D9) is known color: Cornflower Blue. HEX triplet: 6F, 89 and D9. RGB value is (111,137,217). Sum of RGB (Red+Green+Blue) = 111+137+217=465 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.87% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 217 (85.16% from 255 or 46.67% from 465); Max value from RGB is 217 - color contains mainly: blue. Hex color #6F89D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F89D9 is #907626. Grayscale: #8A8A8A. Windows color (decimal): -9467431 or 14256495. OLE color: 14256495.
HSL color Cylindrical-coordinate representation of color #6F89D9: hue angle of 225.28º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F89D9 is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 137 | 217 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.15 |
| HSL | 225.28º | 0.58% | 0.64% | - |
| HSV(B) | 225.28º | 0.49% | 0.85% | - |
| XYZ | 28.03 | 26.28 | 69.24 | - |
| YUV | 138.35 | 172.39 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 137 | 217 | 0.49 | 0.37 | 0 | 0.15 | 225.28 | 0.58 | 0.64 |
| Hex | 6F | 89 | D9 | 31 | 25 | 0 | F | E1 | 3A | 40 |
| Octal | 157 | 211 | 331 | 61 | 45 | 0 | 17 | 341 | 72 | 100 |
| Binary | 1101111 | 10001001 | 11011001 | 110001 | 100101 | 0 | 1111 | 11100001 | 111010 | 1000000 |
Color Harmonies of #6F89D9
Complementary color
Monochromatic Colors of #6F89D9
Black with #6F89D9
Text Example
Text Example
White with #6F89D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F89D9; }
p { color: rgb(111,137,217); }
H1.HeaderClassName
{
color: #6F89D9;
}
.AnyTagClassName
{
color: #6F89D9;
}
</style>
background-color css
<style>
a { background-color: #6F89D9; }
a { background-color: rgb(111,137,217); }
div.DivClassName
{
background-color: #6F89D9;
}
.BgClassName
{
background-color: #6F89D9;
}
</style>
border-color css
<style>
span { border-color: #6F89D9; }
span { border-color: rgb(111,137,217); }
td.TdClassName
{
border-color: #6F89D9;
}
.TagClassName
{
border-color: #6F89D9;
}
</style>