Shades of Cornflower Blue #667FDF
Tints of Cornflower Blue #667FDF
RGB
CMYK
RGB Variations
Color information
#667FDF (or 0x667FDF) is known color: Cornflower Blue. HEX triplet: 66, 7F and DF. RGB value is (102,127,223). Sum of RGB (Red+Green+Blue) = 102+127+223=452 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.57% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #667FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667FDF is #998020. Grayscale: #828282. Windows color (decimal): -10059809 or 14647142. OLE color: 14647142.
HSL color Cylindrical-coordinate representation of color #667FDF: hue angle of 227.6º 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 #667FDF is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 127 | 223 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.13 |
| HSL | 227.6º | 0.65% | 0.64% | - |
| HSV(B) | 227.6º | 0.54% | 0.87% | - |
| XYZ | 26.39 | 23.33 | 72.92 | - |
| YUV | 130.47 | 180.22 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 223 | 0.54 | 0.43 | 0 | 0.13 | 227.6 | 0.65 | 0.64 |
| Hex | 66 | 7F | DF | 36 | 2B | 0 | D | E4 | 41 | 40 |
| Octal | 146 | 177 | 337 | 66 | 53 | 0 | 15 | 344 | 101 | 100 |
| Binary | 1100110 | 1111111 | 11011111 | 110110 | 101011 | 0 | 1101 | 11100100 | 1000001 | 1000000 |
Color Harmonies of #667FDF
Complementary color
Monochromatic Colors of #667FDF
Black with #667FDF
Text Example
Text Example
White with #667FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667FDF; }
p { color: rgb(102,127,223); }
H1.HeaderClassName
{
color: #667FDF;
}
.AnyTagClassName
{
color: #667FDF;
}
</style>
background-color css
<style>
a { background-color: #667FDF; }
a { background-color: rgb(102,127,223); }
div.DivClassName
{
background-color: #667FDF;
}
.BgClassName
{
background-color: #667FDF;
}
</style>
border-color css
<style>
span { border-color: #667FDF; }
span { border-color: rgb(102,127,223); }
td.TdClassName
{
border-color: #667FDF;
}
.TagClassName
{
border-color: #667FDF;
}
</style>