Shades of Cornflower Blue #6790FE
Tints of Cornflower Blue #6790FE
RGB
CMYK
RGB Variations
Color information
#6790FE (or 0x6790FE) is known color: Cornflower Blue. HEX triplet: 67, 90 and FE. RGB value is (103,144,254). Sum of RGB (Red+Green+Blue) = 103+144+254=501 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.56% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #6790FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6790FE is #986F01. Grayscale: #8F8F8F. Windows color (decimal): -9989890 or 16683111. OLE color: 16683111.
HSL color Cylindrical-coordinate representation of color #6790FE: hue angle of 223.71º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6790FE is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 103 | 144 | 254 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.00 |
| HSL | 223.71º | 0.99% | 0.7% | - |
| HSV(B) | 223.71º | 0.59% | 1% | - |
| XYZ | 33.46 | 29.99 | 97.79 | - |
| YUV | 144.28 | 189.92 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 144 | 254 | 0.59 | 0.43 | 0 | 0.00 | 223.71 | 0.99 | 0.7 |
| Hex | 67 | 90 | FE | 3B | 2B | 0 | 0 | E0 | 63 | 46 |
| Octal | 147 | 220 | 376 | 73 | 53 | 0 | 0 | 340 | 143 | 106 |
| Binary | 1100111 | 10010000 | 11111110 | 111011 | 101011 | 0 | 0 | 11100000 | 1100011 | 1000110 |
Color Harmonies of #6790FE
Complementary color
Monochromatic Colors of #6790FE
Black with #6790FE
Text Example
Text Example
White with #6790FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6790FE; }
p { color: rgb(103,144,254); }
H1.HeaderClassName
{
color: #6790FE;
}
.AnyTagClassName
{
color: #6790FE;
}
</style>
background-color css
<style>
a { background-color: #6790FE; }
a { background-color: rgb(103,144,254); }
div.DivClassName
{
background-color: #6790FE;
}
.BgClassName
{
background-color: #6790FE;
}
</style>
border-color css
<style>
span { border-color: #6790FE; }
span { border-color: rgb(103,144,254); }
td.TdClassName
{
border-color: #6790FE;
}
.TagClassName
{
border-color: #6790FE;
}
</style>