Shades of Cornflower Blue #667FF1
Tints of Cornflower Blue #667FF1
RGB
CMYK
RGB Variations
Color information
#667FF1 (or 0x667FF1) is known color: Cornflower Blue. HEX triplet: 66, 7F and F1. RGB value is (102,127,241). Sum of RGB (Red+Green+Blue) = 102+127+241=470 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.70% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 241 (94.53% from 255 or 51.28% from 470); Max value from RGB is 241 - color contains mainly: blue. Hex color #667FF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #667FF1 is #99800E. Grayscale: #848484. Windows color (decimal): -10059791 or 15826790. OLE color: 15826790.
HSL color Cylindrical-coordinate representation of color #667FF1: hue angle of 229.21º 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 #667FF1 is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 127 | 241 | - |
| CMYK | 0.58 | 0.47 | 0 | 0.05 |
| HSL | 229.21º | 0.83% | 0.67% | - |
| HSV(B) | 229.21º | 0.58% | 0.95% | - |
| XYZ | 28.95 | 24.35 | 86.39 | - |
| YUV | 132.52 | 189.22 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 241 | 0.58 | 0.47 | 0 | 0.05 | 229.21 | 0.83 | 0.67 |
| Hex | 66 | 7F | F1 | 3A | 2F | 0 | 5 | E5 | 53 | 43 |
| Octal | 146 | 177 | 361 | 72 | 57 | 0 | 5 | 345 | 123 | 103 |
| Binary | 1100110 | 1111111 | 11110001 | 111010 | 101111 | 0 | 101 | 11100101 | 1010011 | 1000011 |
Color Harmonies of #667FF1
Complementary color
Monochromatic Colors of #667FF1
Black with #667FF1
Text Example
Text Example
White with #667FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667FF1; }
p { color: rgb(102,127,241); }
H1.HeaderClassName
{
color: #667FF1;
}
.AnyTagClassName
{
color: #667FF1;
}
</style>
background-color css
<style>
a { background-color: #667FF1; }
a { background-color: rgb(102,127,241); }
div.DivClassName
{
background-color: #667FF1;
}
.BgClassName
{
background-color: #667FF1;
}
</style>
border-color css
<style>
span { border-color: #667FF1; }
span { border-color: rgb(102,127,241); }
td.TdClassName
{
border-color: #667FF1;
}
.TagClassName
{
border-color: #667FF1;
}
</style>