Shades of Cornflower Blue #6F80F9
Tints of Cornflower Blue #6F80F9
RGB
CMYK
RGB Variations
Color information
#6F80F9 (or 0x6F80F9) is known color: Cornflower Blue. HEX triplet: 6F, 80 and F9. RGB value is (111,128,249). Sum of RGB (Red+Green+Blue) = 111+128+249=488 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.75% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 249 (97.66% from 255 or 51.02% from 488); Max value from RGB is 249 - color contains mainly: blue. Hex color #6F80F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F80F9 is #907F06. Grayscale: #888888. Windows color (decimal): -9469703 or 16351343. OLE color: 16351343.
HSL color Cylindrical-coordinate representation of color #6F80F9: hue angle of 232.61º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F80F9 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 128 | 249 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.02 |
| HSL | 232.61º | 0.92% | 0.71% | - |
| HSV(B) | 232.61º | 0.55% | 0.98% | - |
| XYZ | 31.37 | 25.66 | 92.92 | - |
| YUV | 136.71 | 191.37 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 128 | 249 | 0.55 | 0.49 | 0 | 0.02 | 232.61 | 0.92 | 0.71 |
| Hex | 6F | 80 | F9 | 37 | 31 | 0 | 2 | E9 | 5C | 47 |
| Octal | 157 | 200 | 371 | 67 | 61 | 0 | 2 | 351 | 134 | 107 |
| Binary | 1101111 | 10000000 | 11111001 | 110111 | 110001 | 0 | 10 | 11101001 | 1011100 | 1000111 |
Color Harmonies of #6F80F9
Complementary color
Monochromatic Colors of #6F80F9
Black with #6F80F9
Text Example
Text Example
White with #6F80F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F80F9; }
p { color: rgb(111,128,249); }
H1.HeaderClassName
{
color: #6F80F9;
}
.AnyTagClassName
{
color: #6F80F9;
}
</style>
background-color css
<style>
a { background-color: #6F80F9; }
a { background-color: rgb(111,128,249); }
div.DivClassName
{
background-color: #6F80F9;
}
.BgClassName
{
background-color: #6F80F9;
}
</style>
border-color css
<style>
span { border-color: #6F80F9; }
span { border-color: rgb(111,128,249); }
td.TdClassName
{
border-color: #6F80F9;
}
.TagClassName
{
border-color: #6F80F9;
}
</style>