Shades of Cornflower Blue #688FE7
Tints of Cornflower Blue #688FE7
RGB
CMYK
RGB Variations
Color information
#688FE7 (or 0x688FE7) is known color: Cornflower Blue. HEX triplet: 68, 8F and E7. RGB value is (104,143,231). Sum of RGB (Red+Green+Blue) = 104+143+231=478 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.76% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 231 (90.62% from 255 or 48.33% from 478); Max value from RGB is 231 - color contains mainly: blue. Hex color #688FE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #688FE7 is #977018. Grayscale: #8C8C8C. Windows color (decimal): -9924633 or 15175528. OLE color: 15175528.
HSL color Cylindrical-coordinate representation of color #688FE7: hue angle of 221.57º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #688FE7 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 143 | 231 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.09 |
| HSL | 221.57º | 0.73% | 0.66% | - |
| HSV(B) | 221.57º | 0.55% | 0.91% | - |
| XYZ | 29.96 | 28.36 | 79.5 | - |
| YUV | 141.37 | 178.58 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 143 | 231 | 0.55 | 0.38 | 0 | 0.09 | 221.57 | 0.73 | 0.66 |
| Hex | 68 | 8F | E7 | 37 | 26 | 0 | 9 | DE | 49 | 42 |
| Octal | 150 | 217 | 347 | 67 | 46 | 0 | 11 | 336 | 111 | 102 |
| Binary | 1101000 | 10001111 | 11100111 | 110111 | 100110 | 0 | 1001 | 11011110 | 1001001 | 1000010 |
Color Harmonies of #688FE7
Complementary color
Monochromatic Colors of #688FE7
Black with #688FE7
Text Example
Text Example
White with #688FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688FE7; }
p { color: rgb(104,143,231); }
H1.HeaderClassName
{
color: #688FE7;
}
.AnyTagClassName
{
color: #688FE7;
}
</style>
background-color css
<style>
a { background-color: #688FE7; }
a { background-color: rgb(104,143,231); }
div.DivClassName
{
background-color: #688FE7;
}
.BgClassName
{
background-color: #688FE7;
}
</style>
border-color css
<style>
span { border-color: #688FE7; }
span { border-color: rgb(104,143,231); }
td.TdClassName
{
border-color: #688FE7;
}
.TagClassName
{
border-color: #688FE7;
}
</style>