Shades of Cornflower Blue #688FF3
Tints of Cornflower Blue #688FF3
RGB
CMYK
RGB Variations
Color information
#688FF3 (or 0x688FF3) is known color: Cornflower Blue. HEX triplet: 68, 8F and F3. RGB value is (104,143,243). Sum of RGB (Red+Green+Blue) = 104+143+243=490 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.22% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 243 (95.31% from 255 or 49.59% from 490); Max value from RGB is 243 - color contains mainly: blue. Hex color #688FF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #688FF3 is #97700C. Grayscale: #8E8E8E. Windows color (decimal): -9924621 or 15961960. OLE color: 15961960.
HSL color Cylindrical-coordinate representation of color #688FF3: hue angle of 223.17º 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 #688FF3 is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 143 | 243 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.05 |
| HSL | 223.17º | 0.85% | 0.68% | - |
| HSV(B) | 223.17º | 0.57% | 0.95% | - |
| XYZ | 31.71 | 29.06 | 88.73 | - |
| YUV | 142.74 | 184.58 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 143 | 243 | 0.57 | 0.41 | 0 | 0.05 | 223.17 | 0.85 | 0.68 |
| Hex | 68 | 8F | F3 | 39 | 29 | 0 | 5 | DF | 55 | 44 |
| Octal | 150 | 217 | 363 | 71 | 51 | 0 | 5 | 337 | 125 | 104 |
| Binary | 1101000 | 10001111 | 11110011 | 111001 | 101001 | 0 | 101 | 11011111 | 1010101 | 1000100 |
Color Harmonies of #688FF3
Complementary color
Monochromatic Colors of #688FF3
Black with #688FF3
Text Example
Text Example
White with #688FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688FF3; }
p { color: rgb(104,143,243); }
H1.HeaderClassName
{
color: #688FF3;
}
.AnyTagClassName
{
color: #688FF3;
}
</style>
background-color css
<style>
a { background-color: #688FF3; }
a { background-color: rgb(104,143,243); }
div.DivClassName
{
background-color: #688FF3;
}
.BgClassName
{
background-color: #688FF3;
}
</style>
border-color css
<style>
span { border-color: #688FF3; }
span { border-color: rgb(104,143,243); }
td.TdClassName
{
border-color: #688FF3;
}
.TagClassName
{
border-color: #688FF3;
}
</style>