Shades of Cornflower Blue #668DFF
Tints of Cornflower Blue #668DFF
RGB
CMYK
RGB Variations
Color information
#668DFF (or 0x668DFF) is known color: Cornflower Blue. HEX triplet: 66, 8D and FF. RGB value is (102,141,255). Sum of RGB (Red+Green+Blue) = 102+141+255=498 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.48% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #668DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668DFF is #997200. Grayscale: #8D8D8D. Windows color (decimal): -10056193 or 16747878. OLE color: 16747878.
HSL color Cylindrical-coordinate representation of color #668DFF: hue angle of 224.71º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #668DFF is Cyan = 0.6, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 141 | 255 | - |
| CMYK | 0.6 | 0.45 | 0 | 0 |
| HSL | 224.71º | 1% | 0.7% | - |
| HSV(B) | 224.71º | 0.6% | 1% | - |
| XYZ | 33.05 | 29.09 | 98.48 | - |
| YUV | 142.34 | 191.58 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 255 | 0.6 | 0.45 | 0 | 0 | 224.71 | 1 | 0.7 |
| Hex | 66 | 8D | FF | 3C | 2D | 0 | 0 | E1 | 64 | 46 |
| Octal | 146 | 215 | 377 | 74 | 55 | 0 | 0 | 341 | 144 | 106 |
| Binary | 1100110 | 10001101 | 11111111 | 111100 | 101101 | 0 | 0 | 11100001 | 1100100 | 1000110 |
Color Harmonies of #668DFF
Complementary color
Monochromatic Colors of #668DFF
Black with #668DFF
Text Example
Text Example
White with #668DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668DFF; }
p { color: rgb(102,141,255); }
H1.HeaderClassName
{
color: #668DFF;
}
.AnyTagClassName
{
color: #668DFF;
}
</style>
background-color css
<style>
a { background-color: #668DFF; }
a { background-color: rgb(102,141,255); }
div.DivClassName
{
background-color: #668DFF;
}
.BgClassName
{
background-color: #668DFF;
}
</style>
border-color css
<style>
span { border-color: #668DFF; }
span { border-color: rgb(102,141,255); }
td.TdClassName
{
border-color: #668DFF;
}
.TagClassName
{
border-color: #668DFF;
}
</style>