Shades of Cornflower Blue #6F9CFB
Tints of Cornflower Blue #6F9CFB
RGB
CMYK
RGB Variations
Color information
#6F9CFB (or 0x6F9CFB) is known color: Cornflower Blue. HEX triplet: 6F, 9C and FB. RGB value is (111,156,251). Sum of RGB (Red+Green+Blue) = 111+156+251=518 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.43% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #6F9CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F9CFB is #906304. Grayscale: #989898. Windows color (decimal): -9462533 or 16489583. OLE color: 16489583.
HSL color Cylindrical-coordinate representation of color #6F9CFB: hue angle of 220.71º 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 #6F9CFB is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 156 | 251 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.02 |
| HSL | 220.71º | 0.95% | 0.71% | - |
| HSV(B) | 220.71º | 0.56% | 0.98% | - |
| XYZ | 35.86 | 34.12 | 95.96 | - |
| YUV | 153.38 | 183.09 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 156 | 251 | 0.56 | 0.38 | 0 | 0.02 | 220.71 | 0.95 | 0.71 |
| Hex | 6F | 9C | FB | 38 | 26 | 0 | 2 | DD | 5F | 47 |
| Octal | 157 | 234 | 373 | 70 | 46 | 0 | 2 | 335 | 137 | 107 |
| Binary | 1101111 | 10011100 | 11111011 | 111000 | 100110 | 0 | 10 | 11011101 | 1011111 | 1000111 |
Color Harmonies of #6F9CFB
Complementary color
Monochromatic Colors of #6F9CFB
Black with #6F9CFB
Text Example
Text Example
White with #6F9CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9CFB; }
p { color: rgb(111,156,251); }
H1.HeaderClassName
{
color: #6F9CFB;
}
.AnyTagClassName
{
color: #6F9CFB;
}
</style>
background-color css
<style>
a { background-color: #6F9CFB; }
a { background-color: rgb(111,156,251); }
div.DivClassName
{
background-color: #6F9CFB;
}
.BgClassName
{
background-color: #6F9CFB;
}
</style>
border-color css
<style>
span { border-color: #6F9CFB; }
span { border-color: rgb(111,156,251); }
td.TdClassName
{
border-color: #6F9CFB;
}
.TagClassName
{
border-color: #6F9CFB;
}
</style>