Shades of Cornflower Blue #668AF5
Tints of Cornflower Blue #668AF5
RGB
CMYK
RGB Variations
Color information
#668AF5 (or 0x668AF5) is known color: Cornflower Blue. HEX triplet: 66, 8A and F5. RGB value is (102,138,245). Sum of RGB (Red+Green+Blue) = 102+138+245=485 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.03% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 245 (96.09% from 255 or 50.52% from 485); Max value from RGB is 245 - color contains mainly: blue. Hex color #668AF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668AF5 is #99750A. Grayscale: #8A8A8A. Windows color (decimal): -10056971 or 16091750. OLE color: 16091750.
HSL color Cylindrical-coordinate representation of color #668AF5: hue angle of 224.9º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #668AF5 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 138 | 245 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.04 |
| HSL | 224.9º | 0.88% | 0.68% | - |
| HSV(B) | 224.9º | 0.58% | 0.96% | - |
| XYZ | 31.05 | 27.59 | 90.08 | - |
| YUV | 139.43 | 187.57 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 138 | 245 | 0.58 | 0.44 | 0 | 0.04 | 224.9 | 0.88 | 0.68 |
| Hex | 66 | 8A | F5 | 3A | 2C | 0 | 4 | E1 | 58 | 44 |
| Octal | 146 | 212 | 365 | 72 | 54 | 0 | 4 | 341 | 130 | 104 |
| Binary | 1100110 | 10001010 | 11110101 | 111010 | 101100 | 0 | 100 | 11100001 | 1011000 | 1000100 |
Color Harmonies of #668AF5
Complementary color
Monochromatic Colors of #668AF5
Black with #668AF5
Text Example
Text Example
White with #668AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668AF5; }
p { color: rgb(102,138,245); }
H1.HeaderClassName
{
color: #668AF5;
}
.AnyTagClassName
{
color: #668AF5;
}
</style>
background-color css
<style>
a { background-color: #668AF5; }
a { background-color: rgb(102,138,245); }
div.DivClassName
{
background-color: #668AF5;
}
.BgClassName
{
background-color: #668AF5;
}
</style>
border-color css
<style>
span { border-color: #668AF5; }
span { border-color: rgb(102,138,245); }
td.TdClassName
{
border-color: #668AF5;
}
.TagClassName
{
border-color: #668AF5;
}
</style>