Shades of Cornflower Blue #6991ED
Tints of Cornflower Blue #6991ED
RGB
CMYK
RGB Variations
Color information
#6991ED (or 0x6991ED) is known color: Cornflower Blue. HEX triplet: 69, 91 and ED. RGB value is (105,145,237). Sum of RGB (Red+Green+Blue) = 105+145+237=487 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.56% from 487); Green value is 145 (57.03% from 255 or 29.77% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #6991ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6991ED is #966E12. Grayscale: #8F8F8F. Windows color (decimal): -9858579 or 15569257. OLE color: 15569257.
HSL color Cylindrical-coordinate representation of color #6991ED: hue angle of 221.82º degrees, saturation: 0.79, 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 #6991ED is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 145 | 237 | - |
| CMYK | 0.56 | 0.39 | 0 | 0.07 |
| HSL | 221.82º | 0.79% | 0.67% | - |
| HSV(B) | 221.82º | 0.56% | 0.93% | - |
| XYZ | 31.24 | 29.37 | 84.14 | - |
| YUV | 143.53 | 180.75 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 145 | 237 | 0.56 | 0.39 | 0 | 0.07 | 221.82 | 0.79 | 0.67 |
| Hex | 69 | 91 | ED | 38 | 27 | 0 | 7 | DE | 4F | 43 |
| Octal | 151 | 221 | 355 | 70 | 47 | 0 | 7 | 336 | 117 | 103 |
| Binary | 1101001 | 10010001 | 11101101 | 111000 | 100111 | 0 | 111 | 11011110 | 1001111 | 1000011 |
Color Harmonies of #6991ED
Complementary color
Monochromatic Colors of #6991ED
Black with #6991ED
Text Example
Text Example
White with #6991ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6991ED; }
p { color: rgb(105,145,237); }
H1.HeaderClassName
{
color: #6991ED;
}
.AnyTagClassName
{
color: #6991ED;
}
</style>
background-color css
<style>
a { background-color: #6991ED; }
a { background-color: rgb(105,145,237); }
div.DivClassName
{
background-color: #6991ED;
}
.BgClassName
{
background-color: #6991ED;
}
</style>
border-color css
<style>
span { border-color: #6991ED; }
span { border-color: rgb(105,145,237); }
td.TdClassName
{
border-color: #6991ED;
}
.TagClassName
{
border-color: #6991ED;
}
</style>