Shades of Cornflower Blue #6997EE
Tints of Cornflower Blue #6997EE
RGB
CMYK
RGB Variations
Color information
#6997EE (or 0x6997EE) is known color: Cornflower Blue. HEX triplet: 69, 97 and EE. RGB value is (105,151,238). Sum of RGB (Red+Green+Blue) = 105+151+238=494 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.26% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #6997EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6997EE is #966811. Grayscale: #929292. Windows color (decimal): -9857042 or 15636329. OLE color: 15636329.
HSL color Cylindrical-coordinate representation of color #6997EE: hue angle of 219.25º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6997EE is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 151 | 238 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.07 |
| HSL | 219.25º | 0.8% | 0.67% | - |
| HSV(B) | 219.25º | 0.56% | 0.93% | - |
| XYZ | 32.32 | 31.31 | 85.23 | - |
| YUV | 147.16 | 179.26 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 151 | 238 | 0.56 | 0.37 | 0 | 0.07 | 219.25 | 0.8 | 0.67 |
| Hex | 69 | 97 | EE | 38 | 25 | 0 | 7 | DB | 50 | 43 |
| Octal | 151 | 227 | 356 | 70 | 45 | 0 | 7 | 333 | 120 | 103 |
| Binary | 1101001 | 10010111 | 11101110 | 111000 | 100101 | 0 | 111 | 11011011 | 1010000 | 1000011 |
Color Harmonies of #6997EE
Complementary color
Monochromatic Colors of #6997EE
Black with #6997EE
Text Example
Text Example
White with #6997EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6997EE; }
p { color: rgb(105,151,238); }
H1.HeaderClassName
{
color: #6997EE;
}
.AnyTagClassName
{
color: #6997EE;
}
</style>
background-color css
<style>
a { background-color: #6997EE; }
a { background-color: rgb(105,151,238); }
div.DivClassName
{
background-color: #6997EE;
}
.BgClassName
{
background-color: #6997EE;
}
</style>
border-color css
<style>
span { border-color: #6997EE; }
span { border-color: rgb(105,151,238); }
td.TdClassName
{
border-color: #6997EE;
}
.TagClassName
{
border-color: #6997EE;
}
</style>