Shades of Cornflower Blue #6790EC
Tints of Cornflower Blue #6790EC
RGB
CMYK
RGB Variations
Color information
#6790EC (or 0x6790EC) is known color: Cornflower Blue. HEX triplet: 67, 90 and EC. RGB value is (103,144,236). Sum of RGB (Red+Green+Blue) = 103+144+236=483 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.33% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #6790EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6790EC is #986F13. Grayscale: #8D8D8D. Windows color (decimal): -9989908 or 15503463. OLE color: 15503463.
HSL color Cylindrical-coordinate representation of color #6790EC: hue angle of 221.5º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6790EC is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 144 | 236 | - |
| CMYK | 0.56 | 0.39 | 0 | 0.07 |
| HSL | 221.5º | 0.78% | 0.66% | - |
| HSV(B) | 221.5º | 0.56% | 0.93% | - |
| XYZ | 30.71 | 28.89 | 83.31 | - |
| YUV | 142.23 | 180.92 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 144 | 236 | 0.56 | 0.39 | 0 | 0.07 | 221.5 | 0.78 | 0.66 |
| Hex | 67 | 90 | EC | 38 | 27 | 0 | 7 | DE | 4E | 42 |
| Octal | 147 | 220 | 354 | 70 | 47 | 0 | 7 | 336 | 116 | 102 |
| Binary | 1100111 | 10010000 | 11101100 | 111000 | 100111 | 0 | 111 | 11011110 | 1001110 | 1000010 |
Color Harmonies of #6790EC
Complementary color
Monochromatic Colors of #6790EC
Black with #6790EC
Text Example
Text Example
White with #6790EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6790EC; }
p { color: rgb(103,144,236); }
H1.HeaderClassName
{
color: #6790EC;
}
.AnyTagClassName
{
color: #6790EC;
}
</style>
background-color css
<style>
a { background-color: #6790EC; }
a { background-color: rgb(103,144,236); }
div.DivClassName
{
background-color: #6790EC;
}
.BgClassName
{
background-color: #6790EC;
}
</style>
border-color css
<style>
span { border-color: #6790EC; }
span { border-color: rgb(103,144,236); }
td.TdClassName
{
border-color: #6790EC;
}
.TagClassName
{
border-color: #6790EC;
}
</style>