Shades of Cornflower Blue #689CDF
Tints of Cornflower Blue #689CDF
RGB
CMYK
RGB Variations
Color information
#689CDF (or 0x689CDF) is known color: Cornflower Blue. HEX triplet: 68, 9C and DF. RGB value is (104,156,223). Sum of RGB (Red+Green+Blue) = 104+156+223=483 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.53% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #689CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689CDF is #976320. Grayscale: #939393. Windows color (decimal): -9921313 or 14654568. OLE color: 14654568.
HSL color Cylindrical-coordinate representation of color #689CDF: hue angle of 213.78º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #689CDF is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 156 | 223 | - |
| CMYK | 0.53 | 0.30 | 0 | 0.13 |
| HSL | 213.78º | 0.65% | 0.64% | - |
| HSV(B) | 213.78º | 0.53% | 0.87% | - |
| XYZ | 30.92 | 32.05 | 74.37 | - |
| YUV | 148.09 | 170.27 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 156 | 223 | 0.53 | 0.30 | 0 | 0.13 | 213.78 | 0.65 | 0.64 |
| Hex | 68 | 9C | DF | 35 | 1E | 0 | D | D6 | 41 | 40 |
| Octal | 150 | 234 | 337 | 65 | 36 | 0 | 15 | 326 | 101 | 100 |
| Binary | 1101000 | 10011100 | 11011111 | 110101 | 11110 | 0 | 1101 | 11010110 | 1000001 | 1000000 |
Color Harmonies of #689CDF
Complementary color
Monochromatic Colors of #689CDF
Black with #689CDF
Text Example
Text Example
White with #689CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689CDF; }
p { color: rgb(104,156,223); }
H1.HeaderClassName
{
color: #689CDF;
}
.AnyTagClassName
{
color: #689CDF;
}
</style>
background-color css
<style>
a { background-color: #689CDF; }
a { background-color: rgb(104,156,223); }
div.DivClassName
{
background-color: #689CDF;
}
.BgClassName
{
background-color: #689CDF;
}
</style>
border-color css
<style>
span { border-color: #689CDF; }
span { border-color: rgb(104,156,223); }
td.TdClassName
{
border-color: #689CDF;
}
.TagClassName
{
border-color: #689CDF;
}
</style>