Shades of Cornflower Blue #668BFF
Tints of Cornflower Blue #668BFF
RGB
CMYK
RGB Variations
Color information
#668BFF (or 0x668BFF) is known color: Cornflower Blue. HEX triplet: 66, 8B and FF. RGB value is (102,139,255). Sum of RGB (Red+Green+Blue) = 102+139+255=496 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.56% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #668BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668BFF is #997400. Grayscale: #8C8C8C. Windows color (decimal): -10056705 or 16747366. OLE color: 16747366.
HSL color Cylindrical-coordinate representation of color #668BFF: hue angle of 225.49º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #668BFF is Cyan = 0.6, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 139 | 255 | - |
| CMYK | 0.6 | 0.45 | 0 | 0 |
| HSL | 225.49º | 1% | 0.7% | - |
| HSV(B) | 225.49º | 0.6% | 1% | - |
| XYZ | 32.76 | 28.51 | 98.38 | - |
| YUV | 141.16 | 192.24 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 139 | 255 | 0.6 | 0.45 | 0 | 0 | 225.49 | 1 | 0.7 |
| Hex | 66 | 8B | FF | 3C | 2D | 0 | 0 | E1 | 64 | 46 |
| Octal | 146 | 213 | 377 | 74 | 55 | 0 | 0 | 341 | 144 | 106 |
| Binary | 1100110 | 10001011 | 11111111 | 111100 | 101101 | 0 | 0 | 11100001 | 1100100 | 1000110 |
Color Harmonies of #668BFF
Complementary color
Monochromatic Colors of #668BFF
Black with #668BFF
Text Example
Text Example
White with #668BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668BFF; }
p { color: rgb(102,139,255); }
H1.HeaderClassName
{
color: #668BFF;
}
.AnyTagClassName
{
color: #668BFF;
}
</style>
background-color css
<style>
a { background-color: #668BFF; }
a { background-color: rgb(102,139,255); }
div.DivClassName
{
background-color: #668BFF;
}
.BgClassName
{
background-color: #668BFF;
}
</style>
border-color css
<style>
span { border-color: #668BFF; }
span { border-color: rgb(102,139,255); }
td.TdClassName
{
border-color: #668BFF;
}
.TagClassName
{
border-color: #668BFF;
}
</style>