Shades of Cornflower Blue #668DFA
Tints of Cornflower Blue #668DFA
RGB
CMYK
RGB Variations
Color information
#668DFA (or 0x668DFA) is known color: Cornflower Blue. HEX triplet: 66, 8D and FA. RGB value is (102,141,250). Sum of RGB (Red+Green+Blue) = 102+141+250=493 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.69% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #668DFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668DFA is #997205. Grayscale: #8D8D8D. Windows color (decimal): -10056198 or 16420198. OLE color: 16420198.
HSL color Cylindrical-coordinate representation of color #668DFA: hue angle of 224.19º 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 #668DFA is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 141 | 250 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.02 |
| HSL | 224.19º | 0.94% | 0.69% | - |
| HSV(B) | 224.19º | 0.59% | 0.98% | - |
| XYZ | 32.26 | 28.78 | 94.3 | - |
| YUV | 141.77 | 189.08 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 250 | 0.59 | 0.44 | 0 | 0.02 | 224.19 | 0.94 | 0.69 |
| Hex | 66 | 8D | FA | 3B | 2C | 0 | 2 | E0 | 5E | 45 |
| Octal | 146 | 215 | 372 | 73 | 54 | 0 | 2 | 340 | 136 | 105 |
| Binary | 1100110 | 10001101 | 11111010 | 111011 | 101100 | 0 | 10 | 11100000 | 1011110 | 1000101 |
Color Harmonies of #668DFA
Complementary color
Monochromatic Colors of #668DFA
Black with #668DFA
Text Example
Text Example
White with #668DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668DFA; }
p { color: rgb(102,141,250); }
H1.HeaderClassName
{
color: #668DFA;
}
.AnyTagClassName
{
color: #668DFA;
}
</style>
background-color css
<style>
a { background-color: #668DFA; }
a { background-color: rgb(102,141,250); }
div.DivClassName
{
background-color: #668DFA;
}
.BgClassName
{
background-color: #668DFA;
}
</style>
border-color css
<style>
span { border-color: #668DFA; }
span { border-color: rgb(102,141,250); }
td.TdClassName
{
border-color: #668DFA;
}
.TagClassName
{
border-color: #668DFA;
}
</style>