Shades of Cornflower Blue #668CF6
Tints of Cornflower Blue #668CF6
RGB
CMYK
RGB Variations
Color information
#668CF6 (or 0x668CF6) is known color: Cornflower Blue. HEX triplet: 66, 8C and F6. RGB value is (102,140,246). Sum of RGB (Red+Green+Blue) = 102+140+246=488 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.90% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 246 (96.48% from 255 or 50.41% from 488); Max value from RGB is 246 - color contains mainly: blue. Hex color #668CF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668CF6 is #997309. Grayscale: #8C8C8C. Windows color (decimal): -10056458 or 16157798. OLE color: 16157798.
HSL color Cylindrical-coordinate representation of color #668CF6: hue angle of 224.17º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #668CF6 is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 140 | 246 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.04 |
| HSL | 224.17º | 0.89% | 0.68% | - |
| HSV(B) | 224.17º | 0.59% | 0.96% | - |
| XYZ | 31.49 | 28.23 | 90.98 | - |
| YUV | 140.72 | 187.41 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 140 | 246 | 0.59 | 0.43 | 0 | 0.04 | 224.17 | 0.89 | 0.68 |
| Hex | 66 | 8C | F6 | 3B | 2B | 0 | 4 | E0 | 59 | 44 |
| Octal | 146 | 214 | 366 | 73 | 53 | 0 | 4 | 340 | 131 | 104 |
| Binary | 1100110 | 10001100 | 11110110 | 111011 | 101011 | 0 | 100 | 11100000 | 1011001 | 1000100 |
Color Harmonies of #668CF6
Complementary color
Monochromatic Colors of #668CF6
Black with #668CF6
Text Example
Text Example
White with #668CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668CF6; }
p { color: rgb(102,140,246); }
H1.HeaderClassName
{
color: #668CF6;
}
.AnyTagClassName
{
color: #668CF6;
}
</style>
background-color css
<style>
a { background-color: #668CF6; }
a { background-color: rgb(102,140,246); }
div.DivClassName
{
background-color: #668CF6;
}
.BgClassName
{
background-color: #668CF6;
}
</style>
border-color css
<style>
span { border-color: #668CF6; }
span { border-color: rgb(102,140,246); }
td.TdClassName
{
border-color: #668CF6;
}
.TagClassName
{
border-color: #668CF6;
}
</style>