Shades of Cornflower Blue #689DF6
Tints of Cornflower Blue #689DF6
RGB
CMYK
RGB Variations
Color information
#689DF6 (or 0x689DF6) is known color: Cornflower Blue. HEX triplet: 68, 9D and F6. RGB value is (104,157,246). Sum of RGB (Red+Green+Blue) = 104+157+246=507 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.51% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 246 (96.48% from 255 or 48.52% from 507); Max value from RGB is 246 - color contains mainly: blue. Hex color #689DF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #689DF6 is #976209. Grayscale: #969696. Windows color (decimal): -9921034 or 16162152. OLE color: 16162152.
HSL color Cylindrical-coordinate representation of color #689DF6: hue angle of 217.61º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #689DF6 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 157 | 246 | - |
| CMYK | 0.58 | 0.36 | 0 | 0.04 |
| HSL | 217.61º | 0.89% | 0.69% | - |
| HSV(B) | 217.61º | 0.58% | 0.96% | - |
| XYZ | 34.4 | 33.71 | 91.88 | - |
| YUV | 151.3 | 181.44 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 157 | 246 | 0.58 | 0.36 | 0 | 0.04 | 217.61 | 0.89 | 0.69 |
| Hex | 68 | 9D | F6 | 3A | 24 | 0 | 4 | DA | 59 | 45 |
| Octal | 150 | 235 | 366 | 72 | 44 | 0 | 4 | 332 | 131 | 105 |
| Binary | 1101000 | 10011101 | 11110110 | 111010 | 100100 | 0 | 100 | 11011010 | 1011001 | 1000101 |
Color Harmonies of #689DF6
Complementary color
Monochromatic Colors of #689DF6
Black with #689DF6
Text Example
Text Example
White with #689DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689DF6; }
p { color: rgb(104,157,246); }
H1.HeaderClassName
{
color: #689DF6;
}
.AnyTagClassName
{
color: #689DF6;
}
</style>
background-color css
<style>
a { background-color: #689DF6; }
a { background-color: rgb(104,157,246); }
div.DivClassName
{
background-color: #689DF6;
}
.BgClassName
{
background-color: #689DF6;
}
</style>
border-color css
<style>
span { border-color: #689DF6; }
span { border-color: rgb(104,157,246); }
td.TdClassName
{
border-color: #689DF6;
}
.TagClassName
{
border-color: #689DF6;
}
</style>