Shades of Cornflower Blue #668CFE
Tints of Cornflower Blue #668CFE
RGB
CMYK
RGB Variations
Color information
#668CFE (or 0x668CFE) is known color: Cornflower Blue. HEX triplet: 66, 8C and FE. RGB value is (102,140,254). Sum of RGB (Red+Green+Blue) = 102+140+254=496 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.56% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #668CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668CFE is #997301. Grayscale: #8D8D8D. Windows color (decimal): -10056450 or 16682086. OLE color: 16682086.
HSL color Cylindrical-coordinate representation of color #668CFE: hue angle of 225º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #668CFE is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 140 | 254 | - |
| CMYK | 0.60 | 0.45 | 0 | 0.00 |
| HSL | 225º | 0.99% | 0.7% | - |
| HSV(B) | 225º | 0.6% | 1% | - |
| XYZ | 32.75 | 28.74 | 97.59 | - |
| YUV | 141.63 | 191.41 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 140 | 254 | 0.60 | 0.45 | 0 | 0.00 | 225 | 0.99 | 0.7 |
| Hex | 66 | 8C | FE | 3C | 2D | 0 | 0 | E1 | 63 | 46 |
| Octal | 146 | 214 | 376 | 74 | 55 | 0 | 0 | 341 | 143 | 106 |
| Binary | 1100110 | 10001100 | 11111110 | 111100 | 101101 | 0 | 0 | 11100001 | 1100011 | 1000110 |
Color Harmonies of #668CFE
Complementary color
Monochromatic Colors of #668CFE
Black with #668CFE
Text Example
Text Example
White with #668CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668CFE; }
p { color: rgb(102,140,254); }
H1.HeaderClassName
{
color: #668CFE;
}
.AnyTagClassName
{
color: #668CFE;
}
</style>
background-color css
<style>
a { background-color: #668CFE; }
a { background-color: rgb(102,140,254); }
div.DivClassName
{
background-color: #668CFE;
}
.BgClassName
{
background-color: #668CFE;
}
</style>
border-color css
<style>
span { border-color: #668CFE; }
span { border-color: rgb(102,140,254); }
td.TdClassName
{
border-color: #668CFE;
}
.TagClassName
{
border-color: #668CFE;
}
</style>