Shades of Cornflower Blue #668CFA
Tints of Cornflower Blue #668CFA
RGB
CMYK
RGB Variations
Color information
#668CFA (or 0x668CFA) is known color: Cornflower Blue. HEX triplet: 66, 8C and FA. RGB value is (102,140,250). Sum of RGB (Red+Green+Blue) = 102+140+250=492 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.73% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #668CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668CFA is #997305. Grayscale: #8C8C8C. Windows color (decimal): -10056454 or 16419942. OLE color: 16419942.
HSL color Cylindrical-coordinate representation of color #668CFA: hue angle of 224.59º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #668CFA is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 140 | 250 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.02 |
| HSL | 224.59º | 0.94% | 0.69% | - |
| HSV(B) | 224.59º | 0.59% | 0.98% | - |
| XYZ | 32.11 | 28.48 | 94.25 | - |
| YUV | 141.18 | 189.41 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 140 | 250 | 0.59 | 0.44 | 0 | 0.02 | 224.59 | 0.94 | 0.69 |
| Hex | 66 | 8C | FA | 3B | 2C | 0 | 2 | E1 | 5E | 45 |
| Octal | 146 | 214 | 372 | 73 | 54 | 0 | 2 | 341 | 136 | 105 |
| Binary | 1100110 | 10001100 | 11111010 | 111011 | 101100 | 0 | 10 | 11100001 | 1011110 | 1000101 |
Color Harmonies of #668CFA
Complementary color
Monochromatic Colors of #668CFA
Black with #668CFA
Text Example
Text Example
White with #668CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668CFA; }
p { color: rgb(102,140,250); }
H1.HeaderClassName
{
color: #668CFA;
}
.AnyTagClassName
{
color: #668CFA;
}
</style>
background-color css
<style>
a { background-color: #668CFA; }
a { background-color: rgb(102,140,250); }
div.DivClassName
{
background-color: #668CFA;
}
.BgClassName
{
background-color: #668CFA;
}
</style>
border-color css
<style>
span { border-color: #668CFA; }
span { border-color: rgb(102,140,250); }
td.TdClassName
{
border-color: #668CFA;
}
.TagClassName
{
border-color: #668CFA;
}
</style>