Shades of Cornflower Blue #668AFE
Tints of Cornflower Blue #668AFE
RGB
CMYK
RGB Variations
Color information
#668AFE (or 0x668AFE) is known color: Cornflower Blue. HEX triplet: 66, 8A and FE. RGB value is (102,138,254). Sum of RGB (Red+Green+Blue) = 102+138+254=494 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.65% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #668AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668AFE is #997501. Grayscale: #8B8B8B. Windows color (decimal): -10056962 or 16681574. OLE color: 16681574.
HSL color Cylindrical-coordinate representation of color #668AFE: hue angle of 225.79º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #668AFE is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 138 | 254 | - |
| CMYK | 0.60 | 0.46 | 0 | 0.00 |
| HSL | 225.79º | 0.99% | 0.7% | - |
| HSV(B) | 225.79º | 0.6% | 1% | - |
| XYZ | 32.46 | 28.16 | 97.49 | - |
| YUV | 140.46 | 192.07 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 138 | 254 | 0.60 | 0.46 | 0 | 0.00 | 225.79 | 0.99 | 0.7 |
| Hex | 66 | 8A | FE | 3C | 2E | 0 | 0 | E2 | 63 | 46 |
| Octal | 146 | 212 | 376 | 74 | 56 | 0 | 0 | 342 | 143 | 106 |
| Binary | 1100110 | 10001010 | 11111110 | 111100 | 101110 | 0 | 0 | 11100010 | 1100011 | 1000110 |
Color Harmonies of #668AFE
Complementary color
Monochromatic Colors of #668AFE
Black with #668AFE
Text Example
Text Example
White with #668AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668AFE; }
p { color: rgb(102,138,254); }
H1.HeaderClassName
{
color: #668AFE;
}
.AnyTagClassName
{
color: #668AFE;
}
</style>
background-color css
<style>
a { background-color: #668AFE; }
a { background-color: rgb(102,138,254); }
div.DivClassName
{
background-color: #668AFE;
}
.BgClassName
{
background-color: #668AFE;
}
</style>
border-color css
<style>
span { border-color: #668AFE; }
span { border-color: rgb(102,138,254); }
td.TdClassName
{
border-color: #668AFE;
}
.TagClassName
{
border-color: #668AFE;
}
</style>