Shades of Cornflower Blue #668DF0
Tints of Cornflower Blue #668DF0
RGB
CMYK
RGB Variations
Color information
#668DF0 (or 0x668DF0) is known color: Cornflower Blue. HEX triplet: 66, 8D and F0. RGB value is (102,141,240). Sum of RGB (Red+Green+Blue) = 102+141+240=483 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.12% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 240 (94.14% from 255 or 49.69% from 483); Max value from RGB is 240 - color contains mainly: blue. Hex color #668DF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668DF0 is #99720F. Grayscale: #8C8C8C. Windows color (decimal): -10056208 or 15764838. OLE color: 15764838.
HSL color Cylindrical-coordinate representation of color #668DF0: hue angle of 223.04º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #668DF0 is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 141 | 240 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.06 |
| HSL | 223.04º | 0.82% | 0.67% | - |
| HSV(B) | 223.04º | 0.58% | 0.94% | - |
| XYZ | 30.73 | 28.17 | 86.25 | - |
| YUV | 140.63 | 184.08 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 240 | 0.58 | 0.41 | 0 | 0.06 | 223.04 | 0.82 | 0.67 |
| Hex | 66 | 8D | F0 | 3A | 29 | 0 | 6 | DF | 52 | 43 |
| Octal | 146 | 215 | 360 | 72 | 51 | 0 | 6 | 337 | 122 | 103 |
| Binary | 1100110 | 10001101 | 11110000 | 111010 | 101001 | 0 | 110 | 11011111 | 1010010 | 1000011 |
Color Harmonies of #668DF0
Complementary color
Monochromatic Colors of #668DF0
Black with #668DF0
Text Example
Text Example
White with #668DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668DF0; }
p { color: rgb(102,141,240); }
H1.HeaderClassName
{
color: #668DF0;
}
.AnyTagClassName
{
color: #668DF0;
}
</style>
background-color css
<style>
a { background-color: #668DF0; }
a { background-color: rgb(102,141,240); }
div.DivClassName
{
background-color: #668DF0;
}
.BgClassName
{
background-color: #668DF0;
}
</style>
border-color css
<style>
span { border-color: #668DF0; }
span { border-color: rgb(102,141,240); }
td.TdClassName
{
border-color: #668DF0;
}
.TagClassName
{
border-color: #668DF0;
}
</style>