Shades of Cornflower Blue #669CDF
Tints of Cornflower Blue #669CDF
RGB
CMYK
RGB Variations
Color information
#669CDF (or 0x669CDF) is known color: Cornflower Blue. HEX triplet: 66, 9C and DF. RGB value is (102,156,223). Sum of RGB (Red+Green+Blue) = 102+156+223=481 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.21% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #669CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669CDF is #996320. Grayscale: #939393. Windows color (decimal): -10052385 or 14654566. OLE color: 14654566.
HSL color Cylindrical-coordinate representation of color #669CDF: hue angle of 213.22º 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 #669CDF is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 156 | 223 | - |
| CMYK | 0.54 | 0.30 | 0 | 0.13 |
| HSL | 213.22º | 0.65% | 0.64% | - |
| HSV(B) | 213.22º | 0.54% | 0.87% | - |
| XYZ | 30.69 | 31.93 | 74.36 | - |
| YUV | 147.49 | 170.61 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 223 | 0.54 | 0.30 | 0 | 0.13 | 213.22 | 0.65 | 0.64 |
| Hex | 66 | 9C | DF | 36 | 1E | 0 | D | D5 | 41 | 40 |
| Octal | 146 | 234 | 337 | 66 | 36 | 0 | 15 | 325 | 101 | 100 |
| Binary | 1100110 | 10011100 | 11011111 | 110110 | 11110 | 0 | 1101 | 11010101 | 1000001 | 1000000 |
Color Harmonies of #669CDF
Complementary color
Monochromatic Colors of #669CDF
Black with #669CDF
Text Example
Text Example
White with #669CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669CDF; }
p { color: rgb(102,156,223); }
H1.HeaderClassName
{
color: #669CDF;
}
.AnyTagClassName
{
color: #669CDF;
}
</style>
background-color css
<style>
a { background-color: #669CDF; }
a { background-color: rgb(102,156,223); }
div.DivClassName
{
background-color: #669CDF;
}
.BgClassName
{
background-color: #669CDF;
}
</style>
border-color css
<style>
span { border-color: #669CDF; }
span { border-color: rgb(102,156,223); }
td.TdClassName
{
border-color: #669CDF;
}
.TagClassName
{
border-color: #669CDF;
}
</style>