Shades of Cornflower Blue #668FED
Tints of Cornflower Blue #668FED
RGB
CMYK
RGB Variations
Color information
#668FED (or 0x668FED) is known color: Cornflower Blue. HEX triplet: 66, 8F and ED. RGB value is (102,143,237). Sum of RGB (Red+Green+Blue) = 102+143+237=482 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.16% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #668FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668FED is #997012. Grayscale: #8D8D8D. Windows color (decimal): -10055699 or 15568742. OLE color: 15568742.
HSL color Cylindrical-coordinate representation of color #668FED: hue angle of 221.78º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #668FED is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 143 | 237 | - |
| CMYK | 0.57 | 0.40 | 0 | 0.07 |
| HSL | 221.78º | 0.79% | 0.66% | - |
| HSV(B) | 221.78º | 0.57% | 0.93% | - |
| XYZ | 30.59 | 28.58 | 84.03 | - |
| YUV | 141.46 | 181.92 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 143 | 237 | 0.57 | 0.40 | 0 | 0.07 | 221.78 | 0.79 | 0.66 |
| Hex | 66 | 8F | ED | 39 | 28 | 0 | 7 | DE | 4F | 42 |
| Octal | 146 | 217 | 355 | 71 | 50 | 0 | 7 | 336 | 117 | 102 |
| Binary | 1100110 | 10001111 | 11101101 | 111001 | 101000 | 0 | 111 | 11011110 | 1001111 | 1000010 |
Color Harmonies of #668FED
Complementary color
Monochromatic Colors of #668FED
Black with #668FED
Text Example
Text Example
White with #668FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668FED; }
p { color: rgb(102,143,237); }
H1.HeaderClassName
{
color: #668FED;
}
.AnyTagClassName
{
color: #668FED;
}
</style>
background-color css
<style>
a { background-color: #668FED; }
a { background-color: rgb(102,143,237); }
div.DivClassName
{
background-color: #668FED;
}
.BgClassName
{
background-color: #668FED;
}
</style>
border-color css
<style>
span { border-color: #668FED; }
span { border-color: rgb(102,143,237); }
td.TdClassName
{
border-color: #668FED;
}
.TagClassName
{
border-color: #668FED;
}
</style>