Shades of Cornflower Blue #6F96FB
Tints of Cornflower Blue #6F96FB
RGB
CMYK
RGB Variations
Color information
#6F96FB (or 0x6F96FB) is known color: Cornflower Blue. HEX triplet: 6F, 96 and FB. RGB value is (111,150,251). Sum of RGB (Red+Green+Blue) = 111+150+251=512 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.68% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #6F96FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F96FB is #906904. Grayscale: #959595. Windows color (decimal): -9464069 or 16488047. OLE color: 16488047.
HSL color Cylindrical-coordinate representation of color #6F96FB: hue angle of 223.29º 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 #6F96FB is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 150 | 251 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.02 |
| HSL | 223.29º | 0.95% | 0.71% | - |
| HSV(B) | 223.29º | 0.56% | 0.98% | - |
| XYZ | 34.87 | 32.16 | 95.64 | - |
| YUV | 149.85 | 185.08 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 150 | 251 | 0.56 | 0.40 | 0 | 0.02 | 223.29 | 0.95 | 0.71 |
| Hex | 6F | 96 | FB | 38 | 28 | 0 | 2 | DF | 5F | 47 |
| Octal | 157 | 226 | 373 | 70 | 50 | 0 | 2 | 337 | 137 | 107 |
| Binary | 1101111 | 10010110 | 11111011 | 111000 | 101000 | 0 | 10 | 11011111 | 1011111 | 1000111 |
Color Harmonies of #6F96FB
Complementary color
Monochromatic Colors of #6F96FB
Black with #6F96FB
Text Example
Text Example
White with #6F96FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F96FB; }
p { color: rgb(111,150,251); }
H1.HeaderClassName
{
color: #6F96FB;
}
.AnyTagClassName
{
color: #6F96FB;
}
</style>
background-color css
<style>
a { background-color: #6F96FB; }
a { background-color: rgb(111,150,251); }
div.DivClassName
{
background-color: #6F96FB;
}
.BgClassName
{
background-color: #6F96FB;
}
</style>
border-color css
<style>
span { border-color: #6F96FB; }
span { border-color: rgb(111,150,251); }
td.TdClassName
{
border-color: #6F96FB;
}
.TagClassName
{
border-color: #6F96FB;
}
</style>