Shades of Cornflower Blue #6790FA
Tints of Cornflower Blue #6790FA
RGB
CMYK
RGB Variations
Color information
#6790FA (or 0x6790FA) is known color: Cornflower Blue. HEX triplet: 67, 90 and FA. RGB value is (103,144,250). Sum of RGB (Red+Green+Blue) = 103+144+250=497 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.72% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #6790FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6790FA is #986F05. Grayscale: #8F8F8F. Windows color (decimal): -9989894 or 16420967. OLE color: 16420967.
HSL color Cylindrical-coordinate representation of color #6790FA: hue angle of 223.27º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6790FA is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 144 | 250 | - |
| CMYK | 0.59 | 0.42 | 0 | 0.02 |
| HSL | 223.27º | 0.94% | 0.69% | - |
| HSV(B) | 223.27º | 0.59% | 0.98% | - |
| XYZ | 32.82 | 29.73 | 94.45 | - |
| YUV | 143.83 | 187.92 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 144 | 250 | 0.59 | 0.42 | 0 | 0.02 | 223.27 | 0.94 | 0.69 |
| Hex | 67 | 90 | FA | 3B | 2A | 0 | 2 | DF | 5E | 45 |
| Octal | 147 | 220 | 372 | 73 | 52 | 0 | 2 | 337 | 136 | 105 |
| Binary | 1100111 | 10010000 | 11111010 | 111011 | 101010 | 0 | 10 | 11011111 | 1011110 | 1000101 |
Color Harmonies of #6790FA
Complementary color
Monochromatic Colors of #6790FA
Black with #6790FA
Text Example
Text Example
White with #6790FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6790FA; }
p { color: rgb(103,144,250); }
H1.HeaderClassName
{
color: #6790FA;
}
.AnyTagClassName
{
color: #6790FA;
}
</style>
background-color css
<style>
a { background-color: #6790FA; }
a { background-color: rgb(103,144,250); }
div.DivClassName
{
background-color: #6790FA;
}
.BgClassName
{
background-color: #6790FA;
}
</style>
border-color css
<style>
span { border-color: #6790FA; }
span { border-color: rgb(103,144,250); }
td.TdClassName
{
border-color: #6790FA;
}
.TagClassName
{
border-color: #6790FA;
}
</style>