Shades of Cornflower Blue #6890D8
Tints of Cornflower Blue #6890D8
RGB
CMYK
RGB Variations
Color information
#6890D8 (or 0x6890D8) is known color: Cornflower Blue. HEX triplet: 68, 90 and D8. RGB value is (104,144,216). Sum of RGB (Red+Green+Blue) = 104+144+216=464 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.41% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 216 (84.77% from 255 or 46.55% from 464); Max value from RGB is 216 - color contains mainly: blue. Hex color #6890D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6890D8 is #976F27. Grayscale: #8B8B8B. Windows color (decimal): -9924392 or 14192744. OLE color: 14192744.
HSL color Cylindrical-coordinate representation of color #6890D8: hue angle of 218.57º degrees, saturation: 0.59, 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 #6890D8 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 144 | 216 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.15 |
| HSL | 218.57º | 0.59% | 0.63% | - |
| HSV(B) | 218.57º | 0.52% | 0.85% | - |
| XYZ | 28.08 | 27.85 | 68.86 | - |
| YUV | 140.25 | 170.75 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 144 | 216 | 0.52 | 0.33 | 0 | 0.15 | 218.57 | 0.59 | 0.63 |
| Hex | 68 | 90 | D8 | 34 | 21 | 0 | F | DB | 3B | 3F |
| Octal | 150 | 220 | 330 | 64 | 41 | 0 | 17 | 333 | 73 | 77 |
| Binary | 1101000 | 10010000 | 11011000 | 110100 | 100001 | 0 | 1111 | 11011011 | 111011 | 111111 |
Color Harmonies of #6890D8
Complementary color
Monochromatic Colors of #6890D8
Black with #6890D8
Text Example
Text Example
White with #6890D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6890D8; }
p { color: rgb(104,144,216); }
H1.HeaderClassName
{
color: #6890D8;
}
.AnyTagClassName
{
color: #6890D8;
}
</style>
background-color css
<style>
a { background-color: #6890D8; }
a { background-color: rgb(104,144,216); }
div.DivClassName
{
background-color: #6890D8;
}
.BgClassName
{
background-color: #6890D8;
}
</style>
border-color css
<style>
span { border-color: #6890D8; }
span { border-color: rgb(104,144,216); }
td.TdClassName
{
border-color: #6890D8;
}
.TagClassName
{
border-color: #6890D8;
}
</style>