Shades of Cornflower Blue #668AEF
Tints of Cornflower Blue #668AEF
RGB
CMYK
RGB Variations
Color information
#668AEF (or 0x668AEF) is known color: Cornflower Blue. HEX triplet: 66, 8A and EF. RGB value is (102,138,239). Sum of RGB (Red+Green+Blue) = 102+138+239=479 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.29% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #668AEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668AEF is #997510. Grayscale: #8A8A8A. Windows color (decimal): -10056977 or 15698534. OLE color: 15698534.
HSL color Cylindrical-coordinate representation of color #668AEF: hue angle of 224.23º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #668AEF is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 138 | 239 | - |
| CMYK | 0.57 | 0.42 | 0 | 0.06 |
| HSL | 224.23º | 0.81% | 0.67% | - |
| HSV(B) | 224.23º | 0.57% | 0.94% | - |
| XYZ | 30.15 | 27.23 | 85.33 | - |
| YUV | 138.75 | 184.57 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 138 | 239 | 0.57 | 0.42 | 0 | 0.06 | 224.23 | 0.81 | 0.67 |
| Hex | 66 | 8A | EF | 39 | 2A | 0 | 6 | E0 | 51 | 43 |
| Octal | 146 | 212 | 357 | 71 | 52 | 0 | 6 | 340 | 121 | 103 |
| Binary | 1100110 | 10001010 | 11101111 | 111001 | 101010 | 0 | 110 | 11100000 | 1010001 | 1000011 |
Color Harmonies of #668AEF
Complementary color
Monochromatic Colors of #668AEF
Black with #668AEF
Text Example
Text Example
White with #668AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668AEF; }
p { color: rgb(102,138,239); }
H1.HeaderClassName
{
color: #668AEF;
}
.AnyTagClassName
{
color: #668AEF;
}
</style>
background-color css
<style>
a { background-color: #668AEF; }
a { background-color: rgb(102,138,239); }
div.DivClassName
{
background-color: #668AEF;
}
.BgClassName
{
background-color: #668AEF;
}
</style>
border-color css
<style>
span { border-color: #668AEF; }
span { border-color: rgb(102,138,239); }
td.TdClassName
{
border-color: #668AEF;
}
.TagClassName
{
border-color: #668AEF;
}
</style>