Shades of Cornflower Blue #6F89FA
Tints of Cornflower Blue #6F89FA
RGB
CMYK
RGB Variations
Color information
#6F89FA (or 0x6F89FA) is known color: Cornflower Blue. HEX triplet: 6F, 89 and FA. RGB value is (111,137,250). Sum of RGB (Red+Green+Blue) = 111+137+250=498 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.29% from 498); Green value is 137 (53.91% from 255 or 27.51% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F89FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F89FA is #907605. Grayscale: #8D8D8D. Windows color (decimal): -9467398 or 16419183. OLE color: 16419183.
HSL color Cylindrical-coordinate representation of color #6F89FA: hue angle of 228.78º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F89FA is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 137 | 250 | - |
| CMYK | 0.56 | 0.45 | 0 | 0.02 |
| HSL | 228.78º | 0.93% | 0.71% | - |
| HSV(B) | 228.78º | 0.56% | 0.98% | - |
| XYZ | 32.76 | 28.17 | 94.15 | - |
| YUV | 142.11 | 188.89 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 137 | 250 | 0.56 | 0.45 | 0 | 0.02 | 228.78 | 0.93 | 0.71 |
| Hex | 6F | 89 | FA | 38 | 2D | 0 | 2 | E5 | 5D | 47 |
| Octal | 157 | 211 | 372 | 70 | 55 | 0 | 2 | 345 | 135 | 107 |
| Binary | 1101111 | 10001001 | 11111010 | 111000 | 101101 | 0 | 10 | 11100101 | 1011101 | 1000111 |
Color Harmonies of #6F89FA
Complementary color
Monochromatic Colors of #6F89FA
Black with #6F89FA
Text Example
Text Example
White with #6F89FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F89FA; }
p { color: rgb(111,137,250); }
H1.HeaderClassName
{
color: #6F89FA;
}
.AnyTagClassName
{
color: #6F89FA;
}
</style>
background-color css
<style>
a { background-color: #6F89FA; }
a { background-color: rgb(111,137,250); }
div.DivClassName
{
background-color: #6F89FA;
}
.BgClassName
{
background-color: #6F89FA;
}
</style>
border-color css
<style>
span { border-color: #6F89FA; }
span { border-color: rgb(111,137,250); }
td.TdClassName
{
border-color: #6F89FA;
}
.TagClassName
{
border-color: #6F89FA;
}
</style>