Shades of Cornflower Blue #668AF1
Tints of Cornflower Blue #668AF1
RGB
CMYK
RGB Variations
Color information
#668AF1 (or 0x668AF1) is known color: Cornflower Blue. HEX triplet: 66, 8A and F1. RGB value is (102,138,241). Sum of RGB (Red+Green+Blue) = 102+138+241=481 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.21% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #668AF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668AF1 is #99750E. Grayscale: #8A8A8A. Windows color (decimal): -10056975 or 15829606. OLE color: 15829606.
HSL color Cylindrical-coordinate representation of color #668AF1: hue angle of 224.46º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #668AF1 is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 138 | 241 | - |
| CMYK | 0.58 | 0.43 | 0 | 0.05 |
| HSL | 224.46º | 0.83% | 0.67% | - |
| HSV(B) | 224.46º | 0.58% | 0.95% | - |
| XYZ | 30.45 | 27.35 | 86.89 | - |
| YUV | 138.98 | 185.57 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 138 | 241 | 0.58 | 0.43 | 0 | 0.05 | 224.46 | 0.83 | 0.67 |
| Hex | 66 | 8A | F1 | 3A | 2B | 0 | 5 | E0 | 53 | 43 |
| Octal | 146 | 212 | 361 | 72 | 53 | 0 | 5 | 340 | 123 | 103 |
| Binary | 1100110 | 10001010 | 11110001 | 111010 | 101011 | 0 | 101 | 11100000 | 1010011 | 1000011 |
Color Harmonies of #668AF1
Complementary color
Monochromatic Colors of #668AF1
Black with #668AF1
Text Example
Text Example
White with #668AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668AF1; }
p { color: rgb(102,138,241); }
H1.HeaderClassName
{
color: #668AF1;
}
.AnyTagClassName
{
color: #668AF1;
}
</style>
background-color css
<style>
a { background-color: #668AF1; }
a { background-color: rgb(102,138,241); }
div.DivClassName
{
background-color: #668AF1;
}
.BgClassName
{
background-color: #668AF1;
}
</style>
border-color css
<style>
span { border-color: #668AF1; }
span { border-color: rgb(102,138,241); }
td.TdClassName
{
border-color: #668AF1;
}
.TagClassName
{
border-color: #668AF1;
}
</style>