Shades of Cornflower Blue #6F99F3
Tints of Cornflower Blue #6F99F3
RGB
CMYK
RGB Variations
Color information
#6F99F3 (or 0x6F99F3) is known color: Cornflower Blue. HEX triplet: 6F, 99 and F3. RGB value is (111,153,243). Sum of RGB (Red+Green+Blue) = 111+153+243=507 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.89% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 243 (95.31% from 255 or 47.93% from 507); Max value from RGB is 243 - color contains mainly: blue. Hex color #6F99F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F99F3 is #90660C. Grayscale: #969696. Windows color (decimal): -9463309 or 15964527. OLE color: 15964527.
HSL color Cylindrical-coordinate representation of color #6F99F3: hue angle of 220.91º 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 #6F99F3 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 153 | 243 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.05 |
| HSL | 220.91º | 0.85% | 0.69% | - |
| HSV(B) | 220.91º | 0.54% | 0.95% | - |
| XYZ | 34.12 | 32.63 | 89.29 | - |
| YUV | 150.7 | 180.09 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 153 | 243 | 0.54 | 0.37 | 0 | 0.05 | 220.91 | 0.85 | 0.69 |
| Hex | 6F | 99 | F3 | 36 | 25 | 0 | 5 | DD | 55 | 45 |
| Octal | 157 | 231 | 363 | 66 | 45 | 0 | 5 | 335 | 125 | 105 |
| Binary | 1101111 | 10011001 | 11110011 | 110110 | 100101 | 0 | 101 | 11011101 | 1010101 | 1000101 |
Color Harmonies of #6F99F3
Complementary color
Monochromatic Colors of #6F99F3
Black with #6F99F3
Text Example
Text Example
White with #6F99F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F99F3; }
p { color: rgb(111,153,243); }
H1.HeaderClassName
{
color: #6F99F3;
}
.AnyTagClassName
{
color: #6F99F3;
}
</style>
background-color css
<style>
a { background-color: #6F99F3; }
a { background-color: rgb(111,153,243); }
div.DivClassName
{
background-color: #6F99F3;
}
.BgClassName
{
background-color: #6F99F3;
}
</style>
border-color css
<style>
span { border-color: #6F99F3; }
span { border-color: rgb(111,153,243); }
td.TdClassName
{
border-color: #6F99F3;
}
.TagClassName
{
border-color: #6F99F3;
}
</style>