Shades of Cornflower Blue #6790EB
Tints of Cornflower Blue #6790EB
RGB
CMYK
RGB Variations
Color information
#6790EB (or 0x6790EB) is known color: Cornflower Blue. HEX triplet: 67, 90 and EB. RGB value is (103,144,235). Sum of RGB (Red+Green+Blue) = 103+144+235=482 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.37% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #6790EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6790EB is #986F14. Grayscale: #8D8D8D. Windows color (decimal): -9989909 or 15437927. OLE color: 15437927.
HSL color Cylindrical-coordinate representation of color #6790EB: hue angle of 221.36º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6790EB is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 103 | 144 | 235 | - |
| CMYK | 0.56 | 0.39 | 0 | 0.08 |
| HSL | 221.36º | 0.77% | 0.66% | - |
| HSV(B) | 221.36º | 0.56% | 0.92% | - |
| XYZ | 30.56 | 28.83 | 82.55 | - |
| YUV | 142.12 | 180.42 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 144 | 235 | 0.56 | 0.39 | 0 | 0.08 | 221.36 | 0.77 | 0.66 |
| Hex | 67 | 90 | EB | 38 | 27 | 0 | 8 | DD | 4D | 42 |
| Octal | 147 | 220 | 353 | 70 | 47 | 0 | 10 | 335 | 115 | 102 |
| Binary | 1100111 | 10010000 | 11101011 | 111000 | 100111 | 0 | 1000 | 11011101 | 1001101 | 1000010 |
Color Harmonies of #6790EB
Complementary color
Monochromatic Colors of #6790EB
Black with #6790EB
Text Example
Text Example
White with #6790EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6790EB; }
p { color: rgb(103,144,235); }
H1.HeaderClassName
{
color: #6790EB;
}
.AnyTagClassName
{
color: #6790EB;
}
</style>
background-color css
<style>
a { background-color: #6790EB; }
a { background-color: rgb(103,144,235); }
div.DivClassName
{
background-color: #6790EB;
}
.BgClassName
{
background-color: #6790EB;
}
</style>
border-color css
<style>
span { border-color: #6790EB; }
span { border-color: rgb(103,144,235); }
td.TdClassName
{
border-color: #6790EB;
}
.TagClassName
{
border-color: #6790EB;
}
</style>