Shades of Cornflower Blue #667AF7
Tints of Cornflower Blue #667AF7
RGB
CMYK
RGB Variations
Color information
#667AF7 (or 0x667AF7) is known color: Cornflower Blue. HEX triplet: 66, 7A and F7. RGB value is (102,122,247). Sum of RGB (Red+Green+Blue) = 102+122+247=471 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.66% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 247 (96.88% from 255 or 52.44% from 471); Max value from RGB is 247 - color contains mainly: blue. Hex color #667AF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #667AF7 is #998508. Grayscale: #818181. Windows color (decimal): -10061065 or 16218726. OLE color: 16218726.
HSL color Cylindrical-coordinate representation of color #667AF7: hue angle of 231.72º 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 #667AF7 is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 122 | 247 | - |
| CMYK | 0.59 | 0.51 | 0 | 0.03 |
| HSL | 231.72º | 0.9% | 0.68% | - |
| HSV(B) | 231.72º | 0.59% | 0.97% | - |
| XYZ | 29.23 | 23.46 | 90.98 | - |
| YUV | 130.27 | 193.87 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 122 | 247 | 0.59 | 0.51 | 0 | 0.03 | 231.72 | 0.9 | 0.68 |
| Hex | 66 | 7A | F7 | 3B | 33 | 0 | 3 | E8 | 5A | 44 |
| Octal | 146 | 172 | 367 | 73 | 63 | 0 | 3 | 350 | 132 | 104 |
| Binary | 1100110 | 1111010 | 11110111 | 111011 | 110011 | 0 | 11 | 11101000 | 1011010 | 1000100 |
Color Harmonies of #667AF7
Complementary color
Monochromatic Colors of #667AF7
Black with #667AF7
Text Example
Text Example
White with #667AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667AF7; }
p { color: rgb(102,122,247); }
H1.HeaderClassName
{
color: #667AF7;
}
.AnyTagClassName
{
color: #667AF7;
}
</style>
background-color css
<style>
a { background-color: #667AF7; }
a { background-color: rgb(102,122,247); }
div.DivClassName
{
background-color: #667AF7;
}
.BgClassName
{
background-color: #667AF7;
}
</style>
border-color css
<style>
span { border-color: #667AF7; }
span { border-color: rgb(102,122,247); }
td.TdClassName
{
border-color: #667AF7;
}
.TagClassName
{
border-color: #667AF7;
}
</style>