Shades of Cornflower Blue #668BDF
Tints of Cornflower Blue #668BDF
RGB
CMYK
RGB Variations
Color information
#668BDF (or 0x668BDF) is known color: Cornflower Blue. HEX triplet: 66, 8B and DF. RGB value is (102,139,223). Sum of RGB (Red+Green+Blue) = 102+139+223=464 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.98% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #668BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668BDF is #997420. Grayscale: #898989. Windows color (decimal): -10056737 or 14650214. OLE color: 14650214.
HSL color Cylindrical-coordinate representation of color #668BDF: hue angle of 221.65º 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 #668BDF is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 139 | 223 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.13 |
| HSL | 221.65º | 0.65% | 0.64% | - |
| HSV(B) | 221.65º | 0.54% | 0.87% | - |
| XYZ | 28.03 | 26.62 | 73.47 | - |
| YUV | 137.51 | 176.24 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 139 | 223 | 0.54 | 0.38 | 0 | 0.13 | 221.65 | 0.65 | 0.64 |
| Hex | 66 | 8B | DF | 36 | 26 | 0 | D | DE | 41 | 40 |
| Octal | 146 | 213 | 337 | 66 | 46 | 0 | 15 | 336 | 101 | 100 |
| Binary | 1100110 | 10001011 | 11011111 | 110110 | 100110 | 0 | 1101 | 11011110 | 1000001 | 1000000 |
Color Harmonies of #668BDF
Complementary color
Monochromatic Colors of #668BDF
Black with #668BDF
Text Example
Text Example
White with #668BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668BDF; }
p { color: rgb(102,139,223); }
H1.HeaderClassName
{
color: #668BDF;
}
.AnyTagClassName
{
color: #668BDF;
}
</style>
background-color css
<style>
a { background-color: #668BDF; }
a { background-color: rgb(102,139,223); }
div.DivClassName
{
background-color: #668BDF;
}
.BgClassName
{
background-color: #668BDF;
}
</style>
border-color css
<style>
span { border-color: #668BDF; }
span { border-color: rgb(102,139,223); }
td.TdClassName
{
border-color: #668BDF;
}
.TagClassName
{
border-color: #668BDF;
}
</style>