Shades of Cornflower Blue #6F97DB
Tints of Cornflower Blue #6F97DB
RGB
CMYK
RGB Variations
Color information
#6F97DB (or 0x6F97DB) is known color: Cornflower Blue. HEX triplet: 6F, 97 and DB. RGB value is (111,151,219). Sum of RGB (Red+Green+Blue) = 111+151+219=481 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.08% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F97DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F97DB is #906824. Grayscale: #929292. Windows color (decimal): -9463845 or 14391151. OLE color: 14391151.
HSL color Cylindrical-coordinate representation of color #6F97DB: hue angle of 217.78º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F97DB is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 151 | 219 | - |
| CMYK | 0.49 | 0.31 | 0 | 0.14 |
| HSL | 217.78º | 0.6% | 0.65% | - |
| HSV(B) | 217.78º | 0.49% | 0.86% | - |
| XYZ | 30.41 | 30.63 | 71.33 | - |
| YUV | 146.79 | 168.75 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 151 | 219 | 0.49 | 0.31 | 0 | 0.14 | 217.78 | 0.6 | 0.65 |
| Hex | 6F | 97 | DB | 31 | 1F | 0 | E | DA | 3C | 41 |
| Octal | 157 | 227 | 333 | 61 | 37 | 0 | 16 | 332 | 74 | 101 |
| Binary | 1101111 | 10010111 | 11011011 | 110001 | 11111 | 0 | 1110 | 11011010 | 111100 | 1000001 |
Color Harmonies of #6F97DB
Complementary color
Monochromatic Colors of #6F97DB
Black with #6F97DB
Text Example
Text Example
White with #6F97DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F97DB; }
p { color: rgb(111,151,219); }
H1.HeaderClassName
{
color: #6F97DB;
}
.AnyTagClassName
{
color: #6F97DB;
}
</style>
background-color css
<style>
a { background-color: #6F97DB; }
a { background-color: rgb(111,151,219); }
div.DivClassName
{
background-color: #6F97DB;
}
.BgClassName
{
background-color: #6F97DB;
}
</style>
border-color css
<style>
span { border-color: #6F97DB; }
span { border-color: rgb(111,151,219); }
td.TdClassName
{
border-color: #6F97DB;
}
.TagClassName
{
border-color: #6F97DB;
}
</style>