Shades of Cornflower Blue #667EF1
Tints of Cornflower Blue #667EF1
RGB
CMYK
RGB Variations
Color information
#667EF1 (or 0x667EF1) is known color: Cornflower Blue. HEX triplet: 66, 7E and F1. RGB value is (102,126,241). Sum of RGB (Red+Green+Blue) = 102+126+241=469 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.75% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 241 (94.53% from 255 or 51.39% from 469); Max value from RGB is 241 - color contains mainly: blue. Hex color #667EF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #667EF1 is #99810E. Grayscale: #838383. Windows color (decimal): -10060047 or 15826534. OLE color: 15826534.
HSL color Cylindrical-coordinate representation of color #667EF1: hue angle of 229.64º 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 #667EF1 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 126 | 241 | - |
| CMYK | 0.58 | 0.48 | 0 | 0.05 |
| HSL | 229.64º | 0.83% | 0.67% | - |
| HSV(B) | 229.64º | 0.58% | 0.95% | - |
| XYZ | 28.82 | 24.1 | 86.35 | - |
| YUV | 131.93 | 189.55 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 241 | 0.58 | 0.48 | 0 | 0.05 | 229.64 | 0.83 | 0.67 |
| Hex | 66 | 7E | F1 | 3A | 30 | 0 | 5 | E6 | 53 | 43 |
| Octal | 146 | 176 | 361 | 72 | 60 | 0 | 5 | 346 | 123 | 103 |
| Binary | 1100110 | 1111110 | 11110001 | 111010 | 110000 | 0 | 101 | 11100110 | 1010011 | 1000011 |
Color Harmonies of #667EF1
Complementary color
Monochromatic Colors of #667EF1
Black with #667EF1
Text Example
Text Example
White with #667EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667EF1; }
p { color: rgb(102,126,241); }
H1.HeaderClassName
{
color: #667EF1;
}
.AnyTagClassName
{
color: #667EF1;
}
</style>
background-color css
<style>
a { background-color: #667EF1; }
a { background-color: rgb(102,126,241); }
div.DivClassName
{
background-color: #667EF1;
}
.BgClassName
{
background-color: #667EF1;
}
</style>
border-color css
<style>
span { border-color: #667EF1; }
span { border-color: rgb(102,126,241); }
td.TdClassName
{
border-color: #667EF1;
}
.TagClassName
{
border-color: #667EF1;
}
</style>