Shades of Cornflower Blue #6F91FA
Tints of Cornflower Blue #6F91FA
RGB
CMYK
RGB Variations
Color information
#6F91FA (or 0x6F91FA) is known color: Cornflower Blue. HEX triplet: 6F, 91 and FA. RGB value is (111,145,250). Sum of RGB (Red+Green+Blue) = 111+145+250=506 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.94% from 506); Green value is 145 (57.03% from 255 or 28.66% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F91FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F91FA is #906E05. Grayscale: #929292. Windows color (decimal): -9465350 or 16421231. OLE color: 16421231.
HSL color Cylindrical-coordinate representation of color #6F91FA: hue angle of 225.32º 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 #6F91FA is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 145 | 250 | - |
| CMYK | 0.56 | 0.42 | 0 | 0.02 |
| HSL | 225.32º | 0.93% | 0.71% | - |
| HSV(B) | 225.32º | 0.56% | 0.98% | - |
| XYZ | 33.94 | 30.53 | 94.55 | - |
| YUV | 146.8 | 186.24 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 145 | 250 | 0.56 | 0.42 | 0 | 0.02 | 225.32 | 0.93 | 0.71 |
| Hex | 6F | 91 | FA | 38 | 2A | 0 | 2 | E1 | 5D | 47 |
| Octal | 157 | 221 | 372 | 70 | 52 | 0 | 2 | 341 | 135 | 107 |
| Binary | 1101111 | 10010001 | 11111010 | 111000 | 101010 | 0 | 10 | 11100001 | 1011101 | 1000111 |
Color Harmonies of #6F91FA
Complementary color
Monochromatic Colors of #6F91FA
Black with #6F91FA
Text Example
Text Example
White with #6F91FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F91FA; }
p { color: rgb(111,145,250); }
H1.HeaderClassName
{
color: #6F91FA;
}
.AnyTagClassName
{
color: #6F91FA;
}
</style>
background-color css
<style>
a { background-color: #6F91FA; }
a { background-color: rgb(111,145,250); }
div.DivClassName
{
background-color: #6F91FA;
}
.BgClassName
{
background-color: #6F91FA;
}
</style>
border-color css
<style>
span { border-color: #6F91FA; }
span { border-color: rgb(111,145,250); }
td.TdClassName
{
border-color: #6F91FA;
}
.TagClassName
{
border-color: #6F91FA;
}
</style>