Shades of Cornflower Blue #668CED
Tints of Cornflower Blue #668CED
RGB
CMYK
RGB Variations
Color information
#668CED (or 0x668CED) is known color: Cornflower Blue. HEX triplet: 66, 8C and ED. RGB value is (102,140,237). Sum of RGB (Red+Green+Blue) = 102+140+237=479 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.29% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #668CED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668CED is #997312. Grayscale: #8B8B8B. Windows color (decimal): -10056467 or 15567974. OLE color: 15567974.
HSL color Cylindrical-coordinate representation of color #668CED: hue angle of 223.11º 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 #668CED is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 140 | 237 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.07 |
| HSL | 223.11º | 0.79% | 0.66% | - |
| HSV(B) | 223.11º | 0.57% | 0.93% | - |
| XYZ | 30.14 | 27.7 | 83.88 | - |
| YUV | 139.7 | 182.91 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 140 | 237 | 0.57 | 0.41 | 0 | 0.07 | 223.11 | 0.79 | 0.66 |
| Hex | 66 | 8C | ED | 39 | 29 | 0 | 7 | DF | 4F | 42 |
| Octal | 146 | 214 | 355 | 71 | 51 | 0 | 7 | 337 | 117 | 102 |
| Binary | 1100110 | 10001100 | 11101101 | 111001 | 101001 | 0 | 111 | 11011111 | 1001111 | 1000010 |
Color Harmonies of #668CED
Complementary color
Monochromatic Colors of #668CED
Black with #668CED
Text Example
Text Example
White with #668CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668CED; }
p { color: rgb(102,140,237); }
H1.HeaderClassName
{
color: #668CED;
}
.AnyTagClassName
{
color: #668CED;
}
</style>
background-color css
<style>
a { background-color: #668CED; }
a { background-color: rgb(102,140,237); }
div.DivClassName
{
background-color: #668CED;
}
.BgClassName
{
background-color: #668CED;
}
</style>
border-color css
<style>
span { border-color: #668CED; }
span { border-color: rgb(102,140,237); }
td.TdClassName
{
border-color: #668CED;
}
.TagClassName
{
border-color: #668CED;
}
</style>