Shades of Cornflower Blue #668AF7
Tints of Cornflower Blue #668AF7
RGB
CMYK
RGB Variations
Color information
#668AF7 (or 0x668AF7) is known color: Cornflower Blue. HEX triplet: 66, 8A and F7. RGB value is (102,138,247). Sum of RGB (Red+Green+Blue) = 102+138+247=487 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.94% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 247 (96.88% from 255 or 50.72% from 487); Max value from RGB is 247 - color contains mainly: blue. Hex color #668AF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668AF7 is #997508. Grayscale: #8B8B8B. Windows color (decimal): -10056969 or 16222822. OLE color: 16222822.
HSL color Cylindrical-coordinate representation of color #668AF7: hue angle of 225.1º 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 #668AF7 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 138 | 247 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.03 |
| HSL | 225.1º | 0.9% | 0.68% | - |
| HSV(B) | 225.1º | 0.59% | 0.97% | - |
| XYZ | 31.36 | 27.72 | 91.69 | - |
| YUV | 139.66 | 188.57 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 138 | 247 | 0.59 | 0.44 | 0 | 0.03 | 225.1 | 0.9 | 0.68 |
| Hex | 66 | 8A | F7 | 3B | 2C | 0 | 3 | E1 | 5A | 44 |
| Octal | 146 | 212 | 367 | 73 | 54 | 0 | 3 | 341 | 132 | 104 |
| Binary | 1100110 | 10001010 | 11110111 | 111011 | 101100 | 0 | 11 | 11100001 | 1011010 | 1000100 |
Color Harmonies of #668AF7
Complementary color
Monochromatic Colors of #668AF7
Black with #668AF7
Text Example
Text Example
White with #668AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668AF7; }
p { color: rgb(102,138,247); }
H1.HeaderClassName
{
color: #668AF7;
}
.AnyTagClassName
{
color: #668AF7;
}
</style>
background-color css
<style>
a { background-color: #668AF7; }
a { background-color: rgb(102,138,247); }
div.DivClassName
{
background-color: #668AF7;
}
.BgClassName
{
background-color: #668AF7;
}
</style>
border-color css
<style>
span { border-color: #668AF7; }
span { border-color: rgb(102,138,247); }
td.TdClassName
{
border-color: #668AF7;
}
.TagClassName
{
border-color: #668AF7;
}
</style>