Shades of Cornflower Blue #668CF1
Tints of Cornflower Blue #668CF1
RGB
CMYK
RGB Variations
Color information
#668CF1 (or 0x668CF1) is known color: Cornflower Blue. HEX triplet: 66, 8C and F1. RGB value is (102,140,241). Sum of RGB (Red+Green+Blue) = 102+140+241=483 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.12% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #668CF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668CF1 is #99730E. Grayscale: #8B8B8B. Windows color (decimal): -10056463 or 15830118. OLE color: 15830118.
HSL color Cylindrical-coordinate representation of color #668CF1: hue angle of 223.6º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #668CF1 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 140 | 241 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.05 |
| HSL | 223.6º | 0.83% | 0.67% | - |
| HSV(B) | 223.6º | 0.58% | 0.95% | - |
| XYZ | 30.73 | 27.93 | 86.99 | - |
| YUV | 140.15 | 184.91 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 140 | 241 | 0.58 | 0.42 | 0 | 0.05 | 223.6 | 0.83 | 0.67 |
| Hex | 66 | 8C | F1 | 3A | 2A | 0 | 5 | E0 | 53 | 43 |
| Octal | 146 | 214 | 361 | 72 | 52 | 0 | 5 | 340 | 123 | 103 |
| Binary | 1100110 | 10001100 | 11110001 | 111010 | 101010 | 0 | 101 | 11100000 | 1010011 | 1000011 |
Color Harmonies of #668CF1
Complementary color
Monochromatic Colors of #668CF1
Black with #668CF1
Text Example
Text Example
White with #668CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668CF1; }
p { color: rgb(102,140,241); }
H1.HeaderClassName
{
color: #668CF1;
}
.AnyTagClassName
{
color: #668CF1;
}
</style>
background-color css
<style>
a { background-color: #668CF1; }
a { background-color: rgb(102,140,241); }
div.DivClassName
{
background-color: #668CF1;
}
.BgClassName
{
background-color: #668CF1;
}
</style>
border-color css
<style>
span { border-color: #668CF1; }
span { border-color: rgb(102,140,241); }
td.TdClassName
{
border-color: #668CF1;
}
.TagClassName
{
border-color: #668CF1;
}
</style>