Shades of Cornflower Blue #6990D6
Tints of Cornflower Blue #6990D6
RGB
CMYK
RGB Variations
Color information
#6990D6 (or 0x6990D6) is known color: Cornflower Blue. HEX triplet: 69, 90 and D6. RGB value is (105,144,214). Sum of RGB (Red+Green+Blue) = 105+144+214=463 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.68% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 214 (83.98% from 255 or 46.22% from 463); Max value from RGB is 214 - color contains mainly: blue. Hex color #6990D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6990D6 is #966F29. Grayscale: #8C8C8C. Windows color (decimal): -9858858 or 14061673. OLE color: 14061673.
HSL color Cylindrical-coordinate representation of color #6990D6: hue angle of 218.53º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6990D6 is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 144 | 214 | - |
| CMYK | 0.51 | 0.33 | 0 | 0.16 |
| HSL | 218.53º | 0.57% | 0.63% | - |
| HSV(B) | 218.53º | 0.51% | 0.84% | - |
| XYZ | 27.94 | 27.8 | 67.51 | - |
| YUV | 140.32 | 169.58 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 144 | 214 | 0.51 | 0.33 | 0 | 0.16 | 218.53 | 0.57 | 0.63 |
| Hex | 69 | 90 | D6 | 33 | 21 | 0 | 10 | DB | 39 | 3F |
| Octal | 151 | 220 | 326 | 63 | 41 | 0 | 20 | 333 | 71 | 77 |
| Binary | 1101001 | 10010000 | 11010110 | 110011 | 100001 | 0 | 10000 | 11011011 | 111001 | 111111 |
Color Harmonies of #6990D6
Complementary color
Monochromatic Colors of #6990D6
Black with #6990D6
Text Example
Text Example
White with #6990D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6990D6; }
p { color: rgb(105,144,214); }
H1.HeaderClassName
{
color: #6990D6;
}
.AnyTagClassName
{
color: #6990D6;
}
</style>
background-color css
<style>
a { background-color: #6990D6; }
a { background-color: rgb(105,144,214); }
div.DivClassName
{
background-color: #6990D6;
}
.BgClassName
{
background-color: #6990D6;
}
</style>
border-color css
<style>
span { border-color: #6990D6; }
span { border-color: rgb(105,144,214); }
td.TdClassName
{
border-color: #6990D6;
}
.TagClassName
{
border-color: #6990D6;
}
</style>