Shades of Cornflower Blue #667EF5
Tints of Cornflower Blue #667EF5
RGB
CMYK
RGB Variations
Color information
#667EF5 (or 0x667EF5) is known color: Cornflower Blue. HEX triplet: 66, 7E and F5. RGB value is (102,126,245). Sum of RGB (Red+Green+Blue) = 102+126+245=473 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.56% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 245 (96.09% from 255 or 51.80% from 473); Max value from RGB is 245 - color contains mainly: blue. Hex color #667EF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #667EF5 is #99810A. Grayscale: #838383. Windows color (decimal): -10060043 or 16088678. OLE color: 16088678.
HSL color Cylindrical-coordinate representation of color #667EF5: hue angle of 229.93º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #667EF5 is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 126 | 245 | - |
| CMYK | 0.58 | 0.49 | 0 | 0.04 |
| HSL | 229.93º | 0.88% | 0.68% | - |
| HSV(B) | 229.93º | 0.58% | 0.96% | - |
| XYZ | 29.42 | 24.34 | 89.53 | - |
| YUV | 132.39 | 191.55 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 245 | 0.58 | 0.49 | 0 | 0.04 | 229.93 | 0.88 | 0.68 |
| Hex | 66 | 7E | F5 | 3A | 31 | 0 | 4 | E6 | 58 | 44 |
| Octal | 146 | 176 | 365 | 72 | 61 | 0 | 4 | 346 | 130 | 104 |
| Binary | 1100110 | 1111110 | 11110101 | 111010 | 110001 | 0 | 100 | 11100110 | 1011000 | 1000100 |
Color Harmonies of #667EF5
Complementary color
Monochromatic Colors of #667EF5
Black with #667EF5
Text Example
Text Example
White with #667EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667EF5; }
p { color: rgb(102,126,245); }
H1.HeaderClassName
{
color: #667EF5;
}
.AnyTagClassName
{
color: #667EF5;
}
</style>
background-color css
<style>
a { background-color: #667EF5; }
a { background-color: rgb(102,126,245); }
div.DivClassName
{
background-color: #667EF5;
}
.BgClassName
{
background-color: #667EF5;
}
</style>
border-color css
<style>
span { border-color: #667EF5; }
span { border-color: rgb(102,126,245); }
td.TdClassName
{
border-color: #667EF5;
}
.TagClassName
{
border-color: #667EF5;
}
</style>