Shades of Cornflower Blue #6F99FB
Tints of Cornflower Blue #6F99FB
RGB
CMYK
RGB Variations
Color information
#6F99FB (or 0x6F99FB) is known color: Cornflower Blue. HEX triplet: 6F, 99 and FB. RGB value is (111,153,251). Sum of RGB (Red+Green+Blue) = 111+153+251=515 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.55% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #6F99FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F99FB is #906604. Grayscale: #979797. Windows color (decimal): -9463301 or 16488815. OLE color: 16488815.
HSL color Cylindrical-coordinate representation of color #6F99FB: hue angle of 222º degrees, saturation: 0.95, 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 #6F99FB is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 153 | 251 | - |
| CMYK | 0.56 | 0.39 | 0 | 0.02 |
| HSL | 222º | 0.95% | 0.71% | - |
| HSV(B) | 222º | 0.56% | 0.98% | - |
| XYZ | 35.36 | 33.13 | 95.8 | - |
| YUV | 151.61 | 184.09 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 153 | 251 | 0.56 | 0.39 | 0 | 0.02 | 222 | 0.95 | 0.71 |
| Hex | 6F | 99 | FB | 38 | 27 | 0 | 2 | DE | 5F | 47 |
| Octal | 157 | 231 | 373 | 70 | 47 | 0 | 2 | 336 | 137 | 107 |
| Binary | 1101111 | 10011001 | 11111011 | 111000 | 100111 | 0 | 10 | 11011110 | 1011111 | 1000111 |
Color Harmonies of #6F99FB
Complementary color
Monochromatic Colors of #6F99FB
Black with #6F99FB
Text Example
Text Example
White with #6F99FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F99FB; }
p { color: rgb(111,153,251); }
H1.HeaderClassName
{
color: #6F99FB;
}
.AnyTagClassName
{
color: #6F99FB;
}
</style>
background-color css
<style>
a { background-color: #6F99FB; }
a { background-color: rgb(111,153,251); }
div.DivClassName
{
background-color: #6F99FB;
}
.BgClassName
{
background-color: #6F99FB;
}
</style>
border-color css
<style>
span { border-color: #6F99FB; }
span { border-color: rgb(111,153,251); }
td.TdClassName
{
border-color: #6F99FB;
}
.TagClassName
{
border-color: #6F99FB;
}
</style>