Shades of Cornflower Blue #688ADC
Tints of Cornflower Blue #688ADC
RGB
CMYK
RGB Variations
Color information
#688ADC (or 0x688ADC) is known color: Cornflower Blue. HEX triplet: 68, 8A and DC. RGB value is (104,138,220). Sum of RGB (Red+Green+Blue) = 104+138+220=462 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.51% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #688ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688ADC is #977523. Grayscale: #888888. Windows color (decimal): -9925924 or 14453352. OLE color: 14453352.
HSL color Cylindrical-coordinate representation of color #688ADC: hue angle of 222.41º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #688ADC is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 138 | 220 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.14 |
| HSL | 222.41º | 0.62% | 0.64% | - |
| HSV(B) | 222.41º | 0.53% | 0.86% | - |
| XYZ | 27.72 | 26.29 | 71.32 | - |
| YUV | 137.18 | 174.74 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 138 | 220 | 0.53 | 0.37 | 0 | 0.14 | 222.41 | 0.62 | 0.64 |
| Hex | 68 | 8A | DC | 35 | 25 | 0 | E | DE | 3E | 40 |
| Octal | 150 | 212 | 334 | 65 | 45 | 0 | 16 | 336 | 76 | 100 |
| Binary | 1101000 | 10001010 | 11011100 | 110101 | 100101 | 0 | 1110 | 11011110 | 111110 | 1000000 |
Color Harmonies of #688ADC
Complementary color
Monochromatic Colors of #688ADC
Black with #688ADC
Text Example
Text Example
White with #688ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688ADC; }
p { color: rgb(104,138,220); }
H1.HeaderClassName
{
color: #688ADC;
}
.AnyTagClassName
{
color: #688ADC;
}
</style>
background-color css
<style>
a { background-color: #688ADC; }
a { background-color: rgb(104,138,220); }
div.DivClassName
{
background-color: #688ADC;
}
.BgClassName
{
background-color: #688ADC;
}
</style>
border-color css
<style>
span { border-color: #688ADC; }
span { border-color: rgb(104,138,220); }
td.TdClassName
{
border-color: #688ADC;
}
.TagClassName
{
border-color: #688ADC;
}
</style>