Shades of Cornflower Blue #668CDF
Tints of Cornflower Blue #668CDF
RGB
CMYK
RGB Variations
Color information
#668CDF (or 0x668CDF) is known color: Cornflower Blue. HEX triplet: 66, 8C and DF. RGB value is (102,140,223). Sum of RGB (Red+Green+Blue) = 102+140+223=465 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.94% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #668CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668CDF is #997320. Grayscale: #898989. Windows color (decimal): -10056481 or 14650470. OLE color: 14650470.
HSL color Cylindrical-coordinate representation of color #668CDF: hue angle of 221.16º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #668CDF is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 140 | 223 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.13 |
| HSL | 221.16º | 0.65% | 0.64% | - |
| HSV(B) | 221.16º | 0.54% | 0.87% | - |
| XYZ | 28.18 | 26.91 | 73.52 | - |
| YUV | 138.1 | 175.91 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 140 | 223 | 0.54 | 0.37 | 0 | 0.13 | 221.16 | 0.65 | 0.64 |
| Hex | 66 | 8C | DF | 36 | 25 | 0 | D | DD | 41 | 40 |
| Octal | 146 | 214 | 337 | 66 | 45 | 0 | 15 | 335 | 101 | 100 |
| Binary | 1100110 | 10001100 | 11011111 | 110110 | 100101 | 0 | 1101 | 11011101 | 1000001 | 1000000 |
Color Harmonies of #668CDF
Complementary color
Monochromatic Colors of #668CDF
Black with #668CDF
Text Example
Text Example
White with #668CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668CDF; }
p { color: rgb(102,140,223); }
H1.HeaderClassName
{
color: #668CDF;
}
.AnyTagClassName
{
color: #668CDF;
}
</style>
background-color css
<style>
a { background-color: #668CDF; }
a { background-color: rgb(102,140,223); }
div.DivClassName
{
background-color: #668CDF;
}
.BgClassName
{
background-color: #668CDF;
}
</style>
border-color css
<style>
span { border-color: #668CDF; }
span { border-color: rgb(102,140,223); }
td.TdClassName
{
border-color: #668CDF;
}
.TagClassName
{
border-color: #668CDF;
}
</style>