Shades of Cornflower Blue #689AF1
Tints of Cornflower Blue #689AF1
RGB
CMYK
RGB Variations
Color information
#689AF1 (or 0x689AF1) is known color: Cornflower Blue. HEX triplet: 68, 9A and F1. RGB value is (104,154,241). Sum of RGB (Red+Green+Blue) = 104+154+241=499 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.84% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #689AF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #689AF1 is #97650E. Grayscale: #949494. Windows color (decimal): -9921807 or 15833704. OLE color: 15833704.
HSL color Cylindrical-coordinate representation of color #689AF1: hue angle of 218.1º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #689AF1 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 154 | 241 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.05 |
| HSL | 218.1º | 0.83% | 0.68% | - |
| HSV(B) | 218.1º | 0.57% | 0.95% | - |
| XYZ | 33.14 | 32.41 | 87.73 | - |
| YUV | 148.97 | 179.94 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 154 | 241 | 0.57 | 0.36 | 0 | 0.05 | 218.1 | 0.83 | 0.68 |
| Hex | 68 | 9A | F1 | 39 | 24 | 0 | 5 | DA | 53 | 44 |
| Octal | 150 | 232 | 361 | 71 | 44 | 0 | 5 | 332 | 123 | 104 |
| Binary | 1101000 | 10011010 | 11110001 | 111001 | 100100 | 0 | 101 | 11011010 | 1010011 | 1000100 |
Color Harmonies of #689AF1
Complementary color
Monochromatic Colors of #689AF1
Black with #689AF1
Text Example
Text Example
White with #689AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689AF1; }
p { color: rgb(104,154,241); }
H1.HeaderClassName
{
color: #689AF1;
}
.AnyTagClassName
{
color: #689AF1;
}
</style>
background-color css
<style>
a { background-color: #689AF1; }
a { background-color: rgb(104,154,241); }
div.DivClassName
{
background-color: #689AF1;
}
.BgClassName
{
background-color: #689AF1;
}
</style>
border-color css
<style>
span { border-color: #689AF1; }
span { border-color: rgb(104,154,241); }
td.TdClassName
{
border-color: #689AF1;
}
.TagClassName
{
border-color: #689AF1;
}
</style>