Shades of Cornflower Blue #6D97EA
Tints of Cornflower Blue #6D97EA
RGB
CMYK
RGB Variations
Color information
#6D97EA (or 0x6D97EA) is known color: Cornflower Blue. HEX triplet: 6D, 97 and EA. RGB value is (109,151,234). Sum of RGB (Red+Green+Blue) = 109+151+234=494 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.06% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #6D97EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D97EA is #926815. Grayscale: #939393. Windows color (decimal): -9594902 or 15374189. OLE color: 15374189.
HSL color Cylindrical-coordinate representation of color #6D97EA: hue angle of 219.84º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D97EA is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 151 | 234 | - |
| CMYK | 0.53 | 0.35 | 0 | 0.08 |
| HSL | 219.84º | 0.75% | 0.67% | - |
| HSV(B) | 219.84º | 0.53% | 0.92% | - |
| XYZ | 32.22 | 31.32 | 82.19 | - |
| YUV | 147.9 | 176.59 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 151 | 234 | 0.53 | 0.35 | 0 | 0.08 | 219.84 | 0.75 | 0.67 |
| Hex | 6D | 97 | EA | 35 | 23 | 0 | 8 | DC | 4B | 43 |
| Octal | 155 | 227 | 352 | 65 | 43 | 0 | 10 | 334 | 113 | 103 |
| Binary | 1101101 | 10010111 | 11101010 | 110101 | 100011 | 0 | 1000 | 11011100 | 1001011 | 1000011 |
Color Harmonies of #6D97EA
Complementary color
Monochromatic Colors of #6D97EA
Black with #6D97EA
Text Example
Text Example
White with #6D97EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D97EA; }
p { color: rgb(109,151,234); }
H1.HeaderClassName
{
color: #6D97EA;
}
.AnyTagClassName
{
color: #6D97EA;
}
</style>
background-color css
<style>
a { background-color: #6D97EA; }
a { background-color: rgb(109,151,234); }
div.DivClassName
{
background-color: #6D97EA;
}
.BgClassName
{
background-color: #6D97EA;
}
</style>
border-color css
<style>
span { border-color: #6D97EA; }
span { border-color: rgb(109,151,234); }
td.TdClassName
{
border-color: #6D97EA;
}
.TagClassName
{
border-color: #6D97EA;
}
</style>