Shades of Cornflower Blue #667ADF
Tints of Cornflower Blue #667ADF
RGB
CMYK
RGB Variations
Color information
#667ADF (or 0x667ADF) is known color: Cornflower Blue. HEX triplet: 66, 7A and DF. RGB value is (102,122,223). Sum of RGB (Red+Green+Blue) = 102+122+223=447 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.82% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #667ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667ADF is #998520. Grayscale: #7F7F7F. Windows color (decimal): -10061089 or 14645862. OLE color: 14645862.
HSL color Cylindrical-coordinate representation of color #667ADF: hue angle of 230.08º 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 #667ADF is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 122 | 223 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.13 |
| HSL | 230.08º | 0.65% | 0.64% | - |
| HSV(B) | 230.08º | 0.54% | 0.87% | - |
| XYZ | 25.76 | 22.07 | 72.71 | - |
| YUV | 127.53 | 181.87 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 122 | 223 | 0.54 | 0.45 | 0 | 0.13 | 230.08 | 0.65 | 0.64 |
| Hex | 66 | 7A | DF | 36 | 2D | 0 | D | E6 | 41 | 40 |
| Octal | 146 | 172 | 337 | 66 | 55 | 0 | 15 | 346 | 101 | 100 |
| Binary | 1100110 | 1111010 | 11011111 | 110110 | 101101 | 0 | 1101 | 11100110 | 1000001 | 1000000 |
Color Harmonies of #667ADF
Complementary color
Monochromatic Colors of #667ADF
Black with #667ADF
Text Example
Text Example
White with #667ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667ADF; }
p { color: rgb(102,122,223); }
H1.HeaderClassName
{
color: #667ADF;
}
.AnyTagClassName
{
color: #667ADF;
}
</style>
background-color css
<style>
a { background-color: #667ADF; }
a { background-color: rgb(102,122,223); }
div.DivClassName
{
background-color: #667ADF;
}
.BgClassName
{
background-color: #667ADF;
}
</style>
border-color css
<style>
span { border-color: #667ADF; }
span { border-color: rgb(102,122,223); }
td.TdClassName
{
border-color: #667ADF;
}
.TagClassName
{
border-color: #667ADF;
}
</style>