Shades of Cornflower Blue #688AF3
Tints of Cornflower Blue #688AF3
RGB
CMYK
RGB Variations
Color information
#688AF3 (or 0x688AF3) is known color: Cornflower Blue. HEX triplet: 68, 8A and F3. RGB value is (104,138,243). Sum of RGB (Red+Green+Blue) = 104+138+243=485 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.44% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 243 (95.31% from 255 or 50.10% from 485); Max value from RGB is 243 - color contains mainly: blue. Hex color #688AF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #688AF3 is #97750C. Grayscale: #8B8B8B. Windows color (decimal): -9925901 or 15960680. OLE color: 15960680.
HSL color Cylindrical-coordinate representation of color #688AF3: hue angle of 225.32º degrees, saturation: 0.85, 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 #688AF3 is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 138 | 243 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.05 |
| HSL | 225.32º | 0.85% | 0.68% | - |
| HSV(B) | 225.32º | 0.57% | 0.95% | - |
| XYZ | 30.98 | 27.59 | 88.49 | - |
| YUV | 139.8 | 186.24 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 138 | 243 | 0.57 | 0.43 | 0 | 0.05 | 225.32 | 0.85 | 0.68 |
| Hex | 68 | 8A | F3 | 39 | 2B | 0 | 5 | E1 | 55 | 44 |
| Octal | 150 | 212 | 363 | 71 | 53 | 0 | 5 | 341 | 125 | 104 |
| Binary | 1101000 | 10001010 | 11110011 | 111001 | 101011 | 0 | 101 | 11100001 | 1010101 | 1000100 |
Color Harmonies of #688AF3
Complementary color
Monochromatic Colors of #688AF3
Black with #688AF3
Text Example
Text Example
White with #688AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688AF3; }
p { color: rgb(104,138,243); }
H1.HeaderClassName
{
color: #688AF3;
}
.AnyTagClassName
{
color: #688AF3;
}
</style>
background-color css
<style>
a { background-color: #688AF3; }
a { background-color: rgb(104,138,243); }
div.DivClassName
{
background-color: #688AF3;
}
.BgClassName
{
background-color: #688AF3;
}
</style>
border-color css
<style>
span { border-color: #688AF3; }
span { border-color: rgb(104,138,243); }
td.TdClassName
{
border-color: #688AF3;
}
.TagClassName
{
border-color: #688AF3;
}
</style>