Shades of Cornflower Blue #668BE2
Tints of Cornflower Blue #668BE2
RGB
CMYK
RGB Variations
Color information
#668BE2 (or 0x668BE2) is known color: Cornflower Blue. HEX triplet: 66, 8B and E2. RGB value is (102,139,226). Sum of RGB (Red+Green+Blue) = 102+139+226=467 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.84% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 226 (88.67% from 255 or 48.39% from 467); Max value from RGB is 226 - color contains mainly: blue. Hex color #668BE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668BE2 is #99741D. Grayscale: #898989. Windows color (decimal): -10056734 or 14846822. OLE color: 14846822.
HSL color Cylindrical-coordinate representation of color #668BE2: hue angle of 222.1º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #668BE2 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 139 | 226 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.11 |
| HSL | 222.1º | 0.68% | 0.64% | - |
| HSV(B) | 222.1º | 0.55% | 0.89% | - |
| XYZ | 28.44 | 26.78 | 75.62 | - |
| YUV | 137.86 | 177.74 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 139 | 226 | 0.55 | 0.38 | 0 | 0.11 | 222.1 | 0.68 | 0.64 |
| Hex | 66 | 8B | E2 | 37 | 26 | 0 | B | DE | 44 | 40 |
| Octal | 146 | 213 | 342 | 67 | 46 | 0 | 13 | 336 | 104 | 100 |
| Binary | 1100110 | 10001011 | 11100010 | 110111 | 100110 | 0 | 1011 | 11011110 | 1000100 | 1000000 |
Color Harmonies of #668BE2
Complementary color
Monochromatic Colors of #668BE2
Black with #668BE2
Text Example
Text Example
White with #668BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668BE2; }
p { color: rgb(102,139,226); }
H1.HeaderClassName
{
color: #668BE2;
}
.AnyTagClassName
{
color: #668BE2;
}
</style>
background-color css
<style>
a { background-color: #668BE2; }
a { background-color: rgb(102,139,226); }
div.DivClassName
{
background-color: #668BE2;
}
.BgClassName
{
background-color: #668BE2;
}
</style>
border-color css
<style>
span { border-color: #668BE2; }
span { border-color: rgb(102,139,226); }
td.TdClassName
{
border-color: #668BE2;
}
.TagClassName
{
border-color: #668BE2;
}
</style>