Shades of Cornflower Blue #667ADE
Tints of Cornflower Blue #667ADE
RGB
CMYK
RGB Variations
Color information
#667ADE (or 0x667ADE) is known color: Cornflower Blue. HEX triplet: 66, 7A and DE. RGB value is (102,122,222). Sum of RGB (Red+Green+Blue) = 102+122+222=446 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.87% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #667ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667ADE is #998521. Grayscale: #7E7E7E. Windows color (decimal): -10061090 or 14580326. OLE color: 14580326.
HSL color Cylindrical-coordinate representation of color #667ADE: hue angle of 230º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #667ADE is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 122 | 222 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.13 |
| HSL | 230º | 0.65% | 0.64% | - |
| HSV(B) | 230º | 0.54% | 0.87% | - |
| XYZ | 25.62 | 22.02 | 72.01 | - |
| YUV | 127.42 | 181.37 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 122 | 222 | 0.54 | 0.45 | 0 | 0.13 | 230 | 0.65 | 0.64 |
| Hex | 66 | 7A | DE | 36 | 2D | 0 | D | E6 | 41 | 40 |
| Octal | 146 | 172 | 336 | 66 | 55 | 0 | 15 | 346 | 101 | 100 |
| Binary | 1100110 | 1111010 | 11011110 | 110110 | 101101 | 0 | 1101 | 11100110 | 1000001 | 1000000 |
Color Harmonies of #667ADE
Complementary color
Monochromatic Colors of #667ADE
Black with #667ADE
Text Example
Text Example
White with #667ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667ADE; }
p { color: rgb(102,122,222); }
H1.HeaderClassName
{
color: #667ADE;
}
.AnyTagClassName
{
color: #667ADE;
}
</style>
background-color css
<style>
a { background-color: #667ADE; }
a { background-color: rgb(102,122,222); }
div.DivClassName
{
background-color: #667ADE;
}
.BgClassName
{
background-color: #667ADE;
}
</style>
border-color css
<style>
span { border-color: #667ADE; }
span { border-color: rgb(102,122,222); }
td.TdClassName
{
border-color: #667ADE;
}
.TagClassName
{
border-color: #667ADE;
}
</style>