Shades of Cornflower Blue #6F9AF3
Tints of Cornflower Blue #6F9AF3
RGB
CMYK
RGB Variations
Color information
#6F9AF3 (or 0x6F9AF3) is known color: Cornflower Blue. HEX triplet: 6F, 9A and F3. RGB value is (111,154,243). Sum of RGB (Red+Green+Blue) = 111+154+243=508 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.85% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 243 (95.31% from 255 or 47.83% from 508); Max value from RGB is 243 - color contains mainly: blue. Hex color #6F9AF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F9AF3 is #90650C. Grayscale: #969696. Windows color (decimal): -9463053 or 15964783. OLE color: 15964783.
HSL color Cylindrical-coordinate representation of color #6F9AF3: hue angle of 220.45º degrees, saturation: 0.85, 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 #6F9AF3 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 154 | 243 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.05 |
| HSL | 220.45º | 0.85% | 0.69% | - |
| HSV(B) | 220.45º | 0.54% | 0.95% | - |
| XYZ | 34.29 | 32.96 | 89.35 | - |
| YUV | 151.29 | 179.75 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 154 | 243 | 0.54 | 0.37 | 0 | 0.05 | 220.45 | 0.85 | 0.69 |
| Hex | 6F | 9A | F3 | 36 | 25 | 0 | 5 | DC | 55 | 45 |
| Octal | 157 | 232 | 363 | 66 | 45 | 0 | 5 | 334 | 125 | 105 |
| Binary | 1101111 | 10011010 | 11110011 | 110110 | 100101 | 0 | 101 | 11011100 | 1010101 | 1000101 |
Color Harmonies of #6F9AF3
Complementary color
Monochromatic Colors of #6F9AF3
Black with #6F9AF3
Text Example
Text Example
White with #6F9AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9AF3; }
p { color: rgb(111,154,243); }
H1.HeaderClassName
{
color: #6F9AF3;
}
.AnyTagClassName
{
color: #6F9AF3;
}
</style>
background-color css
<style>
a { background-color: #6F9AF3; }
a { background-color: rgb(111,154,243); }
div.DivClassName
{
background-color: #6F9AF3;
}
.BgClassName
{
background-color: #6F9AF3;
}
</style>
border-color css
<style>
span { border-color: #6F9AF3; }
span { border-color: rgb(111,154,243); }
td.TdClassName
{
border-color: #6F9AF3;
}
.TagClassName
{
border-color: #6F9AF3;
}
</style>