Shades of Cornflower Blue #6790DC
Tints of Cornflower Blue #6790DC
RGB
CMYK
RGB Variations
Color information
#6790DC (or 0x6790DC) is known color: Cornflower Blue. HEX triplet: 67, 90 and DC. RGB value is (103,144,220). Sum of RGB (Red+Green+Blue) = 103+144+220=467 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.06% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #6790DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6790DC is #986F23. Grayscale: #8C8C8C. Windows color (decimal): -9989924 or 14454887. OLE color: 14454887.
HSL color Cylindrical-coordinate representation of color #6790DC: hue angle of 218.97º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6790DC is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 144 | 220 | - |
| CMYK | 0.53 | 0.35 | 0 | 0.14 |
| HSL | 218.97º | 0.63% | 0.63% | - |
| HSV(B) | 218.97º | 0.53% | 0.86% | - |
| XYZ | 28.49 | 28 | 71.61 | - |
| YUV | 140.41 | 172.92 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 144 | 220 | 0.53 | 0.35 | 0 | 0.14 | 218.97 | 0.63 | 0.63 |
| Hex | 67 | 90 | DC | 35 | 23 | 0 | E | DB | 3F | 3F |
| Octal | 147 | 220 | 334 | 65 | 43 | 0 | 16 | 333 | 77 | 77 |
| Binary | 1100111 | 10010000 | 11011100 | 110101 | 100011 | 0 | 1110 | 11011011 | 111111 | 111111 |
Color Harmonies of #6790DC
Complementary color
Monochromatic Colors of #6790DC
Black with #6790DC
Text Example
Text Example
White with #6790DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6790DC; }
p { color: rgb(103,144,220); }
H1.HeaderClassName
{
color: #6790DC;
}
.AnyTagClassName
{
color: #6790DC;
}
</style>
background-color css
<style>
a { background-color: #6790DC; }
a { background-color: rgb(103,144,220); }
div.DivClassName
{
background-color: #6790DC;
}
.BgClassName
{
background-color: #6790DC;
}
</style>
border-color css
<style>
span { border-color: #6790DC; }
span { border-color: rgb(103,144,220); }
td.TdClassName
{
border-color: #6790DC;
}
.TagClassName
{
border-color: #6790DC;
}
</style>