Shades of Cornflower Blue #689AFC
Tints of Cornflower Blue #689AFC
RGB
CMYK
RGB Variations
Color information
#689AFC (or 0x689AFC) is known color: Cornflower Blue. HEX triplet: 68, 9A and FC. RGB value is (104,154,252). Sum of RGB (Red+Green+Blue) = 104+154+252=510 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.39% from 510); Green value is 154 (60.55% from 255 or 30.20% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #689AFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #689AFC is #976503. Grayscale: #959595. Windows color (decimal): -9921796 or 16554600. OLE color: 16554600.
HSL color Cylindrical-coordinate representation of color #689AFC: hue angle of 219.73º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #689AFC is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 154 | 252 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.01 |
| HSL | 219.73º | 0.96% | 0.7% | - |
| HSV(B) | 219.73º | 0.59% | 0.99% | - |
| XYZ | 34.84 | 33.08 | 96.65 | - |
| YUV | 150.22 | 185.44 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 154 | 252 | 0.59 | 0.39 | 0 | 0.01 | 219.73 | 0.96 | 0.7 |
| Hex | 68 | 9A | FC | 3B | 27 | 0 | 1 | DC | 60 | 46 |
| Octal | 150 | 232 | 374 | 73 | 47 | 0 | 1 | 334 | 140 | 106 |
| Binary | 1101000 | 10011010 | 11111100 | 111011 | 100111 | 0 | 1 | 11011100 | 1100000 | 1000110 |
Color Harmonies of #689AFC
Complementary color
Monochromatic Colors of #689AFC
Black with #689AFC
Text Example
Text Example
White with #689AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689AFC; }
p { color: rgb(104,154,252); }
H1.HeaderClassName
{
color: #689AFC;
}
.AnyTagClassName
{
color: #689AFC;
}
</style>
background-color css
<style>
a { background-color: #689AFC; }
a { background-color: rgb(104,154,252); }
div.DivClassName
{
background-color: #689AFC;
}
.BgClassName
{
background-color: #689AFC;
}
</style>
border-color css
<style>
span { border-color: #689AFC; }
span { border-color: rgb(104,154,252); }
td.TdClassName
{
border-color: #689AFC;
}
.TagClassName
{
border-color: #689AFC;
}
</style>