Shades of Cornflower Blue #689DF2
Tints of Cornflower Blue #689DF2
RGB
CMYK
RGB Variations
Color information
#689DF2 (or 0x689DF2) is known color: Cornflower Blue. HEX triplet: 68, 9D and F2. RGB value is (104,157,242). Sum of RGB (Red+Green+Blue) = 104+157+242=503 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.68% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #689DF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #689DF2 is #97620D. Grayscale: #969696. Windows color (decimal): -9921038 or 15900008. OLE color: 15900008.
HSL color Cylindrical-coordinate representation of color #689DF2: hue angle of 216.96º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #689DF2 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 157 | 242 | - |
| CMYK | 0.57 | 0.35 | 0 | 0.05 |
| HSL | 216.96º | 0.84% | 0.68% | - |
| HSV(B) | 216.96º | 0.57% | 0.95% | - |
| XYZ | 33.79 | 33.47 | 88.68 | - |
| YUV | 150.84 | 179.44 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 157 | 242 | 0.57 | 0.35 | 0 | 0.05 | 216.96 | 0.84 | 0.68 |
| Hex | 68 | 9D | F2 | 39 | 23 | 0 | 5 | D9 | 54 | 44 |
| Octal | 150 | 235 | 362 | 71 | 43 | 0 | 5 | 331 | 124 | 104 |
| Binary | 1101000 | 10011101 | 11110010 | 111001 | 100011 | 0 | 101 | 11011001 | 1010100 | 1000100 |
Color Harmonies of #689DF2
Complementary color
Monochromatic Colors of #689DF2
Black with #689DF2
Text Example
Text Example
White with #689DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689DF2; }
p { color: rgb(104,157,242); }
H1.HeaderClassName
{
color: #689DF2;
}
.AnyTagClassName
{
color: #689DF2;
}
</style>
background-color css
<style>
a { background-color: #689DF2; }
a { background-color: rgb(104,157,242); }
div.DivClassName
{
background-color: #689DF2;
}
.BgClassName
{
background-color: #689DF2;
}
</style>
border-color css
<style>
span { border-color: #689DF2; }
span { border-color: rgb(104,157,242); }
td.TdClassName
{
border-color: #689DF2;
}
.TagClassName
{
border-color: #689DF2;
}
</style>