Shades of Cornflower Blue #689DF4
Tints of Cornflower Blue #689DF4
RGB
CMYK
RGB Variations
Color information
#689DF4 (or 0x689DF4) is known color: Cornflower Blue. HEX triplet: 68, 9D and F4. RGB value is (104,157,244). Sum of RGB (Red+Green+Blue) = 104+157+244=505 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.59% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 244 (95.70% from 255 or 48.32% from 505); Max value from RGB is 244 - color contains mainly: blue. Hex color #689DF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #689DF4 is #97620B. Grayscale: #969696. Windows color (decimal): -9921036 or 16031080. OLE color: 16031080.
HSL color Cylindrical-coordinate representation of color #689DF4: hue angle of 217.29º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #689DF4 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 157 | 244 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.04 |
| HSL | 217.29º | 0.86% | 0.68% | - |
| HSV(B) | 217.29º | 0.57% | 0.96% | - |
| XYZ | 34.1 | 33.59 | 90.27 | - |
| YUV | 151.07 | 180.44 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 157 | 244 | 0.57 | 0.36 | 0 | 0.04 | 217.29 | 0.86 | 0.68 |
| Hex | 68 | 9D | F4 | 39 | 24 | 0 | 4 | D9 | 56 | 44 |
| Octal | 150 | 235 | 364 | 71 | 44 | 0 | 4 | 331 | 126 | 104 |
| Binary | 1101000 | 10011101 | 11110100 | 111001 | 100100 | 0 | 100 | 11011001 | 1010110 | 1000100 |
Color Harmonies of #689DF4
Complementary color
Monochromatic Colors of #689DF4
Black with #689DF4
Text Example
Text Example
White with #689DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689DF4; }
p { color: rgb(104,157,244); }
H1.HeaderClassName
{
color: #689DF4;
}
.AnyTagClassName
{
color: #689DF4;
}
</style>
background-color css
<style>
a { background-color: #689DF4; }
a { background-color: rgb(104,157,244); }
div.DivClassName
{
background-color: #689DF4;
}
.BgClassName
{
background-color: #689DF4;
}
</style>
border-color css
<style>
span { border-color: #689DF4; }
span { border-color: rgb(104,157,244); }
td.TdClassName
{
border-color: #689DF4;
}
.TagClassName
{
border-color: #689DF4;
}
</style>