Shades of Cornflower Blue #689BF8
Tints of Cornflower Blue #689BF8
RGB
CMYK
RGB Variations
Color information
#689BF8 (or 0x689BF8) is known color: Cornflower Blue. HEX triplet: 68, 9B and F8. RGB value is (104,155,248). Sum of RGB (Red+Green+Blue) = 104+155+248=507 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.51% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 248 (97.27% from 255 or 48.92% from 507); Max value from RGB is 248 - color contains mainly: blue. Hex color #689BF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #689BF8 is #976407. Grayscale: #959595. Windows color (decimal): -9921544 or 16292712. OLE color: 16292712.
HSL color Cylindrical-coordinate representation of color #689BF8: hue angle of 218.75º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #689BF8 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 155 | 248 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.03 |
| HSL | 218.75º | 0.91% | 0.69% | - |
| HSV(B) | 218.75º | 0.58% | 0.97% | - |
| XYZ | 34.37 | 33.16 | 93.4 | - |
| YUV | 150.35 | 183.1 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 155 | 248 | 0.58 | 0.38 | 0 | 0.03 | 218.75 | 0.91 | 0.69 |
| Hex | 68 | 9B | F8 | 3A | 26 | 0 | 3 | DB | 5B | 45 |
| Octal | 150 | 233 | 370 | 72 | 46 | 0 | 3 | 333 | 133 | 105 |
| Binary | 1101000 | 10011011 | 11111000 | 111010 | 100110 | 0 | 11 | 11011011 | 1011011 | 1000101 |
Color Harmonies of #689BF8
Complementary color
Monochromatic Colors of #689BF8
Black with #689BF8
Text Example
Text Example
White with #689BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689BF8; }
p { color: rgb(104,155,248); }
H1.HeaderClassName
{
color: #689BF8;
}
.AnyTagClassName
{
color: #689BF8;
}
</style>
background-color css
<style>
a { background-color: #689BF8; }
a { background-color: rgb(104,155,248); }
div.DivClassName
{
background-color: #689BF8;
}
.BgClassName
{
background-color: #689BF8;
}
</style>
border-color css
<style>
span { border-color: #689BF8; }
span { border-color: rgb(104,155,248); }
td.TdClassName
{
border-color: #689BF8;
}
.TagClassName
{
border-color: #689BF8;
}
</style>