Shades of Cornflower Blue #667FF7
Tints of Cornflower Blue #667FF7
RGB
CMYK
RGB Variations
Color information
#667FF7 (or 0x667FF7) is known color: Cornflower Blue. HEX triplet: 66, 7F and F7. RGB value is (102,127,247). Sum of RGB (Red+Green+Blue) = 102+127+247=476 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.43% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 247 (96.88% from 255 or 51.89% from 476); Max value from RGB is 247 - color contains mainly: blue. Hex color #667FF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #667FF7 is #998008. Grayscale: #848484. Windows color (decimal): -10059785 or 16220006. OLE color: 16220006.
HSL color Cylindrical-coordinate representation of color #667FF7: hue angle of 229.66º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #667FF7 is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 127 | 247 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.03 |
| HSL | 229.66º | 0.9% | 0.68% | - |
| HSV(B) | 229.66º | 0.59% | 0.97% | - |
| XYZ | 29.86 | 24.72 | 91.19 | - |
| YUV | 133.21 | 192.22 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 247 | 0.59 | 0.49 | 0 | 0.03 | 229.66 | 0.9 | 0.68 |
| Hex | 66 | 7F | F7 | 3B | 31 | 0 | 3 | E6 | 5A | 44 |
| Octal | 146 | 177 | 367 | 73 | 61 | 0 | 3 | 346 | 132 | 104 |
| Binary | 1100110 | 1111111 | 11110111 | 111011 | 110001 | 0 | 11 | 11100110 | 1011010 | 1000100 |
Color Harmonies of #667FF7
Complementary color
Monochromatic Colors of #667FF7
Black with #667FF7
Text Example
Text Example
White with #667FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667FF7; }
p { color: rgb(102,127,247); }
H1.HeaderClassName
{
color: #667FF7;
}
.AnyTagClassName
{
color: #667FF7;
}
</style>
background-color css
<style>
a { background-color: #667FF7; }
a { background-color: rgb(102,127,247); }
div.DivClassName
{
background-color: #667FF7;
}
.BgClassName
{
background-color: #667FF7;
}
</style>
border-color css
<style>
span { border-color: #667FF7; }
span { border-color: rgb(102,127,247); }
td.TdClassName
{
border-color: #667FF7;
}
.TagClassName
{
border-color: #667FF7;
}
</style>