Shades of Cornflower Blue #6F98DF
Tints of Cornflower Blue #6F98DF
RGB
CMYK
RGB Variations
Color information
#6F98DF (or 0x6F98DF) is known color: Cornflower Blue. HEX triplet: 6F, 98 and DF. RGB value is (111,152,223). Sum of RGB (Red+Green+Blue) = 111+152+223=486 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.84% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #6F98DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F98DF is #906720. Grayscale: #939393. Windows color (decimal): -9463585 or 14653551. OLE color: 14653551.
HSL color Cylindrical-coordinate representation of color #6F98DF: hue angle of 218.04º 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 #6F98DF is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 152 | 223 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.13 |
| HSL | 218.04º | 0.64% | 0.65% | - |
| HSV(B) | 218.04º | 0.5% | 0.87% | - |
| XYZ | 31.1 | 31.16 | 74.19 | - |
| YUV | 147.84 | 170.42 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 152 | 223 | 0.50 | 0.32 | 0 | 0.13 | 218.04 | 0.64 | 0.65 |
| Hex | 6F | 98 | DF | 32 | 20 | 0 | D | DA | 40 | 41 |
| Octal | 157 | 230 | 337 | 62 | 40 | 0 | 15 | 332 | 100 | 101 |
| Binary | 1101111 | 10011000 | 11011111 | 110010 | 100000 | 0 | 1101 | 11011010 | 1000000 | 1000001 |
Color Harmonies of #6F98DF
Complementary color
Monochromatic Colors of #6F98DF
Black with #6F98DF
Text Example
Text Example
White with #6F98DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F98DF; }
p { color: rgb(111,152,223); }
H1.HeaderClassName
{
color: #6F98DF;
}
.AnyTagClassName
{
color: #6F98DF;
}
</style>
background-color css
<style>
a { background-color: #6F98DF; }
a { background-color: rgb(111,152,223); }
div.DivClassName
{
background-color: #6F98DF;
}
.BgClassName
{
background-color: #6F98DF;
}
</style>
border-color css
<style>
span { border-color: #6F98DF; }
span { border-color: rgb(111,152,223); }
td.TdClassName
{
border-color: #6F98DF;
}
.TagClassName
{
border-color: #6F98DF;
}
</style>