Shades of Cornflower Blue #6F9CF1
Tints of Cornflower Blue #6F9CF1
RGB
CMYK
RGB Variations
Color information
#6F9CF1 (or 0x6F9CF1) is known color: Cornflower Blue. HEX triplet: 6F, 9C and F1. RGB value is (111,156,241). Sum of RGB (Red+Green+Blue) = 111+156+241=508 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.85% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 241 (94.53% from 255 or 47.44% from 508); Max value from RGB is 241 - color contains mainly: blue. Hex color #6F9CF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F9CF1 is #90630E. Grayscale: #979797. Windows color (decimal): -9462543 or 15834223. OLE color: 15834223.
HSL color Cylindrical-coordinate representation of color #6F9CF1: hue angle of 219.23º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F9CF1 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 156 | 241 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.05 |
| HSL | 219.23º | 0.82% | 0.69% | - |
| HSV(B) | 219.23º | 0.54% | 0.95% | - |
| XYZ | 34.32 | 33.51 | 87.88 | - |
| YUV | 152.24 | 178.09 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 156 | 241 | 0.54 | 0.35 | 0 | 0.05 | 219.23 | 0.82 | 0.69 |
| Hex | 6F | 9C | F1 | 36 | 23 | 0 | 5 | DB | 52 | 45 |
| Octal | 157 | 234 | 361 | 66 | 43 | 0 | 5 | 333 | 122 | 105 |
| Binary | 1101111 | 10011100 | 11110001 | 110110 | 100011 | 0 | 101 | 11011011 | 1010010 | 1000101 |
Color Harmonies of #6F9CF1
Complementary color
Monochromatic Colors of #6F9CF1
Black with #6F9CF1
Text Example
Text Example
White with #6F9CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9CF1; }
p { color: rgb(111,156,241); }
H1.HeaderClassName
{
color: #6F9CF1;
}
.AnyTagClassName
{
color: #6F9CF1;
}
</style>
background-color css
<style>
a { background-color: #6F9CF1; }
a { background-color: rgb(111,156,241); }
div.DivClassName
{
background-color: #6F9CF1;
}
.BgClassName
{
background-color: #6F9CF1;
}
</style>
border-color css
<style>
span { border-color: #6F9CF1; }
span { border-color: rgb(111,156,241); }
td.TdClassName
{
border-color: #6F9CF1;
}
.TagClassName
{
border-color: #6F9CF1;
}
</style>