Shades of Cornflower Blue #6F99EF
Tints of Cornflower Blue #6F99EF
RGB
CMYK
RGB Variations
Color information
#6F99EF (or 0x6F99EF) is known color: Cornflower Blue. HEX triplet: 6F, 99 and EF. RGB value is (111,153,239). Sum of RGB (Red+Green+Blue) = 111+153+239=503 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.07% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #6F99EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F99EF is #906610. Grayscale: #959595. Windows color (decimal): -9463313 or 15702383. OLE color: 15702383.
HSL color Cylindrical-coordinate representation of color #6F99EF: hue angle of 220.31º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F99EF is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 153 | 239 | - |
| CMYK | 0.54 | 0.36 | 0 | 0.06 |
| HSL | 220.31º | 0.8% | 0.69% | - |
| HSV(B) | 220.31º | 0.54% | 0.94% | - |
| XYZ | 33.53 | 32.39 | 86.15 | - |
| YUV | 150.25 | 178.09 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 153 | 239 | 0.54 | 0.36 | 0 | 0.06 | 220.31 | 0.8 | 0.69 |
| Hex | 6F | 99 | EF | 36 | 24 | 0 | 6 | DC | 50 | 45 |
| Octal | 157 | 231 | 357 | 66 | 44 | 0 | 6 | 334 | 120 | 105 |
| Binary | 1101111 | 10011001 | 11101111 | 110110 | 100100 | 0 | 110 | 11011100 | 1010000 | 1000101 |
Color Harmonies of #6F99EF
Complementary color
Monochromatic Colors of #6F99EF
Black with #6F99EF
Text Example
Text Example
White with #6F99EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F99EF; }
p { color: rgb(111,153,239); }
H1.HeaderClassName
{
color: #6F99EF;
}
.AnyTagClassName
{
color: #6F99EF;
}
</style>
background-color css
<style>
a { background-color: #6F99EF; }
a { background-color: rgb(111,153,239); }
div.DivClassName
{
background-color: #6F99EF;
}
.BgClassName
{
background-color: #6F99EF;
}
</style>
border-color css
<style>
span { border-color: #6F99EF; }
span { border-color: rgb(111,153,239); }
td.TdClassName
{
border-color: #6F99EF;
}
.TagClassName
{
border-color: #6F99EF;
}
</style>