Shades of Cornflower Blue #6991DA
Tints of Cornflower Blue #6991DA
RGB
CMYK
RGB Variations
Color information
#6991DA (or 0x6991DA) is known color: Cornflower Blue. HEX triplet: 69, 91 and DA. RGB value is (105,145,218). Sum of RGB (Red+Green+Blue) = 105+145+218=468 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.44% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #6991DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6991DA is #966E25. Grayscale: #8D8D8D. Windows color (decimal): -9858598 or 14324073. OLE color: 14324073.
HSL color Cylindrical-coordinate representation of color #6991DA: hue angle of 218.76º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6991DA is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 145 | 218 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.15 |
| HSL | 218.76º | 0.6% | 0.63% | - |
| HSV(B) | 218.76º | 0.52% | 0.85% | - |
| XYZ | 28.61 | 28.32 | 70.29 | - |
| YUV | 141.36 | 171.25 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 145 | 218 | 0.52 | 0.33 | 0 | 0.15 | 218.76 | 0.6 | 0.63 |
| Hex | 69 | 91 | DA | 34 | 21 | 0 | F | DB | 3C | 3F |
| Octal | 151 | 221 | 332 | 64 | 41 | 0 | 17 | 333 | 74 | 77 |
| Binary | 1101001 | 10010001 | 11011010 | 110100 | 100001 | 0 | 1111 | 11011011 | 111100 | 111111 |
Color Harmonies of #6991DA
Complementary color
Monochromatic Colors of #6991DA
Black with #6991DA
Text Example
Text Example
White with #6991DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6991DA; }
p { color: rgb(105,145,218); }
H1.HeaderClassName
{
color: #6991DA;
}
.AnyTagClassName
{
color: #6991DA;
}
</style>
background-color css
<style>
a { background-color: #6991DA; }
a { background-color: rgb(105,145,218); }
div.DivClassName
{
background-color: #6991DA;
}
.BgClassName
{
background-color: #6991DA;
}
</style>
border-color css
<style>
span { border-color: #6991DA; }
span { border-color: rgb(105,145,218); }
td.TdClassName
{
border-color: #6991DA;
}
.TagClassName
{
border-color: #6991DA;
}
</style>