Shades of Cornflower Blue #689EF2
Tints of Cornflower Blue #689EF2
RGB
CMYK
RGB Variations
Color information
#689EF2 (or 0x689EF2) is known color: Cornflower Blue. HEX triplet: 68, 9E and F2. RGB value is (104,158,242). Sum of RGB (Red+Green+Blue) = 104+158+242=504 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.63% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 242 (94.92% from 255 or 48.02% from 504); Max value from RGB is 242 - color contains mainly: blue. Hex color #689EF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #689EF2 is #97610D. Grayscale: #979797. Windows color (decimal): -9920782 or 15900264. OLE color: 15900264.
HSL color Cylindrical-coordinate representation of color #689EF2: hue angle of 216.52º 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 #689EF2 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 158 | 242 | - |
| CMYK | 0.57 | 0.35 | 0 | 0.05 |
| HSL | 216.52º | 0.84% | 0.68% | - |
| HSV(B) | 216.52º | 0.57% | 0.95% | - |
| XYZ | 33.96 | 33.81 | 88.74 | - |
| YUV | 151.43 | 179.11 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 158 | 242 | 0.57 | 0.35 | 0 | 0.05 | 216.52 | 0.84 | 0.68 |
| Hex | 68 | 9E | F2 | 39 | 23 | 0 | 5 | D9 | 54 | 44 |
| Octal | 150 | 236 | 362 | 71 | 43 | 0 | 5 | 331 | 124 | 104 |
| Binary | 1101000 | 10011110 | 11110010 | 111001 | 100011 | 0 | 101 | 11011001 | 1010100 | 1000100 |
Color Harmonies of #689EF2
Complementary color
Monochromatic Colors of #689EF2
Black with #689EF2
Text Example
Text Example
White with #689EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689EF2; }
p { color: rgb(104,158,242); }
H1.HeaderClassName
{
color: #689EF2;
}
.AnyTagClassName
{
color: #689EF2;
}
</style>
background-color css
<style>
a { background-color: #689EF2; }
a { background-color: rgb(104,158,242); }
div.DivClassName
{
background-color: #689EF2;
}
.BgClassName
{
background-color: #689EF2;
}
</style>
border-color css
<style>
span { border-color: #689EF2; }
span { border-color: rgb(104,158,242); }
td.TdClassName
{
border-color: #689EF2;
}
.TagClassName
{
border-color: #689EF2;
}
</style>