Shades of Cornflower Blue #668EF1
Tints of Cornflower Blue #668EF1
RGB
CMYK
RGB Variations
Color information
#668EF1 (or 0x668EF1) is known color: Cornflower Blue. HEX triplet: 66, 8E and F1. RGB value is (102,142,241). Sum of RGB (Red+Green+Blue) = 102+142+241=485 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.03% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 241 (94.53% from 255 or 49.69% from 485); Max value from RGB is 241 - color contains mainly: blue. Hex color #668EF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668EF1 is #99710E. Grayscale: #8C8C8C. Windows color (decimal): -10055951 or 15830630. OLE color: 15830630.
HSL color Cylindrical-coordinate representation of color #668EF1: hue angle of 222.73º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #668EF1 is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 142 | 241 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.05 |
| HSL | 222.73º | 0.83% | 0.67% | - |
| HSV(B) | 222.73º | 0.58% | 0.95% | - |
| XYZ | 31.03 | 28.52 | 87.09 | - |
| YUV | 141.33 | 184.25 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 142 | 241 | 0.58 | 0.41 | 0 | 0.05 | 222.73 | 0.83 | 0.67 |
| Hex | 66 | 8E | F1 | 3A | 29 | 0 | 5 | DF | 53 | 43 |
| Octal | 146 | 216 | 361 | 72 | 51 | 0 | 5 | 337 | 123 | 103 |
| Binary | 1100110 | 10001110 | 11110001 | 111010 | 101001 | 0 | 101 | 11011111 | 1010011 | 1000011 |
Color Harmonies of #668EF1
Complementary color
Monochromatic Colors of #668EF1
Black with #668EF1
Text Example
Text Example
White with #668EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668EF1; }
p { color: rgb(102,142,241); }
H1.HeaderClassName
{
color: #668EF1;
}
.AnyTagClassName
{
color: #668EF1;
}
</style>
background-color css
<style>
a { background-color: #668EF1; }
a { background-color: rgb(102,142,241); }
div.DivClassName
{
background-color: #668EF1;
}
.BgClassName
{
background-color: #668EF1;
}
</style>
border-color css
<style>
span { border-color: #668EF1; }
span { border-color: rgb(102,142,241); }
td.TdClassName
{
border-color: #668EF1;
}
.TagClassName
{
border-color: #668EF1;
}
</style>