Shades of Cornflower Blue #689AF8
Tints of Cornflower Blue #689AF8
RGB
CMYK
RGB Variations
Color information
#689AF8 (or 0x689AF8) is known color: Cornflower Blue. HEX triplet: 68, 9A and F8. RGB value is (104,154,248). Sum of RGB (Red+Green+Blue) = 104+154+248=506 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.55% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 248 (97.27% from 255 or 49.01% from 506); Max value from RGB is 248 - color contains mainly: blue. Hex color #689AF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #689AF8 is #976507. Grayscale: #959595. Windows color (decimal): -9921800 or 16292456. OLE color: 16292456.
HSL color Cylindrical-coordinate representation of color #689AF8: hue angle of 219.17º 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 #689AF8 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 154 | 248 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.03 |
| HSL | 219.17º | 0.91% | 0.69% | - |
| HSV(B) | 219.17º | 0.58% | 0.97% | - |
| XYZ | 34.21 | 32.83 | 93.34 | - |
| YUV | 149.77 | 183.44 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 154 | 248 | 0.58 | 0.38 | 0 | 0.03 | 219.17 | 0.91 | 0.69 |
| Hex | 68 | 9A | F8 | 3A | 26 | 0 | 3 | DB | 5B | 45 |
| Octal | 150 | 232 | 370 | 72 | 46 | 0 | 3 | 333 | 133 | 105 |
| Binary | 1101000 | 10011010 | 11111000 | 111010 | 100110 | 0 | 11 | 11011011 | 1011011 | 1000101 |
Color Harmonies of #689AF8
Complementary color
Monochromatic Colors of #689AF8
Black with #689AF8
Text Example
Text Example
White with #689AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689AF8; }
p { color: rgb(104,154,248); }
H1.HeaderClassName
{
color: #689AF8;
}
.AnyTagClassName
{
color: #689AF8;
}
</style>
background-color css
<style>
a { background-color: #689AF8; }
a { background-color: rgb(104,154,248); }
div.DivClassName
{
background-color: #689AF8;
}
.BgClassName
{
background-color: #689AF8;
}
</style>
border-color css
<style>
span { border-color: #689AF8; }
span { border-color: rgb(104,154,248); }
td.TdClassName
{
border-color: #689AF8;
}
.TagClassName
{
border-color: #689AF8;
}
</style>