Shades of Cornflower Blue #6E97DB
Tints of Cornflower Blue #6E97DB
RGB
CMYK
RGB Variations
Color information
#6E97DB (or 0x6E97DB) is known color: Cornflower Blue. HEX triplet: 6E, 97 and DB. RGB value is (110,151,219). Sum of RGB (Red+Green+Blue) = 110+151+219=480 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.92% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E97DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E97DB is #916824. Grayscale: #929292. Windows color (decimal): -9529381 or 14391150. OLE color: 14391150.
HSL color Cylindrical-coordinate representation of color #6E97DB: hue angle of 217.43º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E97DB is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 151 | 219 | - |
| CMYK | 0.50 | 0.31 | 0 | 0.14 |
| HSL | 217.43º | 0.6% | 0.65% | - |
| HSV(B) | 217.43º | 0.5% | 0.86% | - |
| XYZ | 30.28 | 30.56 | 71.32 | - |
| YUV | 146.49 | 168.92 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 151 | 219 | 0.50 | 0.31 | 0 | 0.14 | 217.43 | 0.6 | 0.65 |
| Hex | 6E | 97 | DB | 32 | 1F | 0 | E | D9 | 3C | 41 |
| Octal | 156 | 227 | 333 | 62 | 37 | 0 | 16 | 331 | 74 | 101 |
| Binary | 1101110 | 10010111 | 11011011 | 110010 | 11111 | 0 | 1110 | 11011001 | 111100 | 1000001 |
Color Harmonies of #6E97DB
Complementary color
Monochromatic Colors of #6E97DB
Black with #6E97DB
Text Example
Text Example
White with #6E97DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E97DB; }
p { color: rgb(110,151,219); }
H1.HeaderClassName
{
color: #6E97DB;
}
.AnyTagClassName
{
color: #6E97DB;
}
</style>
background-color css
<style>
a { background-color: #6E97DB; }
a { background-color: rgb(110,151,219); }
div.DivClassName
{
background-color: #6E97DB;
}
.BgClassName
{
background-color: #6E97DB;
}
</style>
border-color css
<style>
span { border-color: #6E97DB; }
span { border-color: rgb(110,151,219); }
td.TdClassName
{
border-color: #6E97DB;
}
.TagClassName
{
border-color: #6E97DB;
}
</style>