Shades of Cornflower Blue #667AF1
Tints of Cornflower Blue #667AF1
RGB
CMYK
RGB Variations
Color information
#667AF1 (or 0x667AF1) is known color: Cornflower Blue. HEX triplet: 66, 7A and F1. RGB value is (102,122,241). Sum of RGB (Red+Green+Blue) = 102+122+241=465 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.94% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 241 (94.53% from 255 or 51.83% from 465); Max value from RGB is 241 - color contains mainly: blue. Hex color #667AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #667AF1 is #99850E. Grayscale: #818181. Windows color (decimal): -10061071 or 15825510. OLE color: 15825510.
HSL color Cylindrical-coordinate representation of color #667AF1: hue angle of 231.37º 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 #667AF1 is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 122 | 241 | - |
| CMYK | 0.58 | 0.49 | 0 | 0.05 |
| HSL | 231.37º | 0.83% | 0.67% | - |
| HSV(B) | 231.37º | 0.58% | 0.95% | - |
| XYZ | 28.32 | 23.09 | 86.18 | - |
| YUV | 129.59 | 190.87 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 122 | 241 | 0.58 | 0.49 | 0 | 0.05 | 231.37 | 0.83 | 0.67 |
| Hex | 66 | 7A | F1 | 3A | 31 | 0 | 5 | E7 | 53 | 43 |
| Octal | 146 | 172 | 361 | 72 | 61 | 0 | 5 | 347 | 123 | 103 |
| Binary | 1100110 | 1111010 | 11110001 | 111010 | 110001 | 0 | 101 | 11100111 | 1010011 | 1000011 |
Color Harmonies of #667AF1
Complementary color
Monochromatic Colors of #667AF1
Black with #667AF1
Text Example
Text Example
White with #667AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667AF1; }
p { color: rgb(102,122,241); }
H1.HeaderClassName
{
color: #667AF1;
}
.AnyTagClassName
{
color: #667AF1;
}
</style>
background-color css
<style>
a { background-color: #667AF1; }
a { background-color: rgb(102,122,241); }
div.DivClassName
{
background-color: #667AF1;
}
.BgClassName
{
background-color: #667AF1;
}
</style>
border-color css
<style>
span { border-color: #667AF1; }
span { border-color: rgb(102,122,241); }
td.TdClassName
{
border-color: #667AF1;
}
.TagClassName
{
border-color: #667AF1;
}
</style>