Shades of Cornflower Blue #688AFF
Tints of Cornflower Blue #688AFF
RGB
CMYK
RGB Variations
Color information
#688AFF (or 0x688AFF) is known color: Cornflower Blue. HEX triplet: 68, 8A and FF. RGB value is (104,138,255). Sum of RGB (Red+Green+Blue) = 104+138+255=497 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.93% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #688AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #688AFF is #977500. Grayscale: #8C8C8C. Windows color (decimal): -9925889 or 16747112. OLE color: 16747112.
HSL color Cylindrical-coordinate representation of color #688AFF: hue angle of 226.49º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #688AFF is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 138 | 255 | - |
| CMYK | 0.59 | 0.46 | 0 | 0 |
| HSL | 226.49º | 1% | 0.7% | - |
| HSV(B) | 226.49º | 0.59% | 1% | - |
| XYZ | 32.85 | 28.34 | 98.35 | - |
| YUV | 141.17 | 192.24 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 138 | 255 | 0.59 | 0.46 | 0 | 0 | 226.49 | 1 | 0.7 |
| Hex | 68 | 8A | FF | 3B | 2E | 0 | 0 | E2 | 64 | 46 |
| Octal | 150 | 212 | 377 | 73 | 56 | 0 | 0 | 342 | 144 | 106 |
| Binary | 1101000 | 10001010 | 11111111 | 111011 | 101110 | 0 | 0 | 11100010 | 1100100 | 1000110 |
Color Harmonies of #688AFF
Complementary color
Monochromatic Colors of #688AFF
Black with #688AFF
Text Example
Text Example
White with #688AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688AFF; }
p { color: rgb(104,138,255); }
H1.HeaderClassName
{
color: #688AFF;
}
.AnyTagClassName
{
color: #688AFF;
}
</style>
background-color css
<style>
a { background-color: #688AFF; }
a { background-color: rgb(104,138,255); }
div.DivClassName
{
background-color: #688AFF;
}
.BgClassName
{
background-color: #688AFF;
}
</style>
border-color css
<style>
span { border-color: #688AFF; }
span { border-color: rgb(104,138,255); }
td.TdClassName
{
border-color: #688AFF;
}
.TagClassName
{
border-color: #688AFF;
}
</style>