Shades of Cornflower Blue #689BFD
Tints of Cornflower Blue #689BFD
RGB
CMYK
RGB Variations
Color information
#689BFD (or 0x689BFD) is known color: Cornflower Blue. HEX triplet: 68, 9B and FD. RGB value is (104,155,253). Sum of RGB (Red+Green+Blue) = 104+155+253=512 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.31% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #689BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #689BFD is #976402. Grayscale: #969696. Windows color (decimal): -9921539 or 16620392. OLE color: 16620392.
HSL color Cylindrical-coordinate representation of color #689BFD: hue angle of 219.46º degrees, saturation: 0.97, 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 #689BFD is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 155 | 253 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.01 |
| HSL | 219.46º | 0.97% | 0.7% | - |
| HSV(B) | 219.46º | 0.59% | 0.99% | - |
| XYZ | 35.16 | 33.48 | 97.54 | - |
| YUV | 150.92 | 185.6 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 155 | 253 | 0.59 | 0.39 | 0 | 0.01 | 219.46 | 0.97 | 0.7 |
| Hex | 68 | 9B | FD | 3B | 27 | 0 | 1 | DB | 61 | 46 |
| Octal | 150 | 233 | 375 | 73 | 47 | 0 | 1 | 333 | 141 | 106 |
| Binary | 1101000 | 10011011 | 11111101 | 111011 | 100111 | 0 | 1 | 11011011 | 1100001 | 1000110 |
Color Harmonies of #689BFD
Complementary color
Monochromatic Colors of #689BFD
Black with #689BFD
Text Example
Text Example
White with #689BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689BFD; }
p { color: rgb(104,155,253); }
H1.HeaderClassName
{
color: #689BFD;
}
.AnyTagClassName
{
color: #689BFD;
}
</style>
background-color css
<style>
a { background-color: #689BFD; }
a { background-color: rgb(104,155,253); }
div.DivClassName
{
background-color: #689BFD;
}
.BgClassName
{
background-color: #689BFD;
}
</style>
border-color css
<style>
span { border-color: #689BFD; }
span { border-color: rgb(104,155,253); }
td.TdClassName
{
border-color: #689BFD;
}
.TagClassName
{
border-color: #689BFD;
}
</style>