Shades of Cornflower Blue #6F99FA
Tints of Cornflower Blue #6F99FA
RGB
CMYK
RGB Variations
Color information
#6F99FA (or 0x6F99FA) is known color: Cornflower Blue. HEX triplet: 6F, 99 and FA. RGB value is (111,153,250). Sum of RGB (Red+Green+Blue) = 111+153+250=514 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.60% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F99FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F99FA is #906605. Grayscale: #979797. Windows color (decimal): -9463302 or 16423279. OLE color: 16423279.
HSL color Cylindrical-coordinate representation of color #6F99FA: hue angle of 221.87º 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 #6F99FA is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 153 | 250 | - |
| CMYK | 0.56 | 0.39 | 0 | 0.02 |
| HSL | 221.87º | 0.93% | 0.71% | - |
| HSV(B) | 221.87º | 0.56% | 0.98% | - |
| XYZ | 35.2 | 33.06 | 94.97 | - |
| YUV | 151.5 | 183.59 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 153 | 250 | 0.56 | 0.39 | 0 | 0.02 | 221.87 | 0.93 | 0.71 |
| Hex | 6F | 99 | FA | 38 | 27 | 0 | 2 | DE | 5D | 47 |
| Octal | 157 | 231 | 372 | 70 | 47 | 0 | 2 | 336 | 135 | 107 |
| Binary | 1101111 | 10011001 | 11111010 | 111000 | 100111 | 0 | 10 | 11011110 | 1011101 | 1000111 |
Color Harmonies of #6F99FA
Complementary color
Monochromatic Colors of #6F99FA
Black with #6F99FA
Text Example
Text Example
White with #6F99FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F99FA; }
p { color: rgb(111,153,250); }
H1.HeaderClassName
{
color: #6F99FA;
}
.AnyTagClassName
{
color: #6F99FA;
}
</style>
background-color css
<style>
a { background-color: #6F99FA; }
a { background-color: rgb(111,153,250); }
div.DivClassName
{
background-color: #6F99FA;
}
.BgClassName
{
background-color: #6F99FA;
}
</style>
border-color css
<style>
span { border-color: #6F99FA; }
span { border-color: rgb(111,153,250); }
td.TdClassName
{
border-color: #6F99FA;
}
.TagClassName
{
border-color: #6F99FA;
}
</style>