Shades of Cornflower Blue #6F99DF
Tints of Cornflower Blue #6F99DF
RGB
CMYK
RGB Variations
Color information
#6F99DF (or 0x6F99DF) is known color: Cornflower Blue. HEX triplet: 6F, 99 and DF. RGB value is (111,153,223). Sum of RGB (Red+Green+Blue) = 111+153+223=487 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.79% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #6F99DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F99DF is #906620. Grayscale: #949494. Windows color (decimal): -9463329 or 14653807. OLE color: 14653807.
HSL color Cylindrical-coordinate representation of color #6F99DF: hue angle of 217.5º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F99DF is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 153 | 223 | - |
| CMYK | 0.50 | 0.31 | 0 | 0.13 |
| HSL | 217.5º | 0.64% | 0.65% | - |
| HSV(B) | 217.5º | 0.5% | 0.87% | - |
| XYZ | 31.27 | 31.49 | 74.24 | - |
| YUV | 148.42 | 170.09 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 153 | 223 | 0.50 | 0.31 | 0 | 0.13 | 217.5 | 0.64 | 0.65 |
| Hex | 6F | 99 | DF | 32 | 1F | 0 | D | DA | 40 | 41 |
| Octal | 157 | 231 | 337 | 62 | 37 | 0 | 15 | 332 | 100 | 101 |
| Binary | 1101111 | 10011001 | 11011111 | 110010 | 11111 | 0 | 1101 | 11011010 | 1000000 | 1000001 |
Color Harmonies of #6F99DF
Complementary color
Monochromatic Colors of #6F99DF
Black with #6F99DF
Text Example
Text Example
White with #6F99DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F99DF; }
p { color: rgb(111,153,223); }
H1.HeaderClassName
{
color: #6F99DF;
}
.AnyTagClassName
{
color: #6F99DF;
}
</style>
background-color css
<style>
a { background-color: #6F99DF; }
a { background-color: rgb(111,153,223); }
div.DivClassName
{
background-color: #6F99DF;
}
.BgClassName
{
background-color: #6F99DF;
}
</style>
border-color css
<style>
span { border-color: #6F99DF; }
span { border-color: rgb(111,153,223); }
td.TdClassName
{
border-color: #6F99DF;
}
.TagClassName
{
border-color: #6F99DF;
}
</style>