Shades of Cornflower Blue #6899FD
Tints of Cornflower Blue #6899FD
RGB
CMYK
RGB Variations
Color information
#6899FD (or 0x6899FD) is known color: Cornflower Blue. HEX triplet: 68, 99 and FD. RGB value is (104,153,253). Sum of RGB (Red+Green+Blue) = 104+153+253=510 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.39% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #6899FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6899FD is #976602. Grayscale: #959595. Windows color (decimal): -9922051 or 16619880. OLE color: 16619880.
HSL color Cylindrical-coordinate representation of color #6899FD: hue angle of 220.27º 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 #6899FD is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 153 | 253 | - |
| CMYK | 0.59 | 0.40 | 0 | 0.01 |
| HSL | 220.27º | 0.97% | 0.7% | - |
| HSV(B) | 220.27º | 0.59% | 0.99% | - |
| XYZ | 34.83 | 32.82 | 97.43 | - |
| YUV | 149.75 | 186.27 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 253 | 0.59 | 0.40 | 0 | 0.01 | 220.27 | 0.97 | 0.7 |
| Hex | 68 | 99 | FD | 3B | 28 | 0 | 1 | DC | 61 | 46 |
| Octal | 150 | 231 | 375 | 73 | 50 | 0 | 1 | 334 | 141 | 106 |
| Binary | 1101000 | 10011001 | 11111101 | 111011 | 101000 | 0 | 1 | 11011100 | 1100001 | 1000110 |
Color Harmonies of #6899FD
Complementary color
Monochromatic Colors of #6899FD
Black with #6899FD
Text Example
Text Example
White with #6899FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6899FD; }
p { color: rgb(104,153,253); }
H1.HeaderClassName
{
color: #6899FD;
}
.AnyTagClassName
{
color: #6899FD;
}
</style>
background-color css
<style>
a { background-color: #6899FD; }
a { background-color: rgb(104,153,253); }
div.DivClassName
{
background-color: #6899FD;
}
.BgClassName
{
background-color: #6899FD;
}
</style>
border-color css
<style>
span { border-color: #6899FD; }
span { border-color: rgb(104,153,253); }
td.TdClassName
{
border-color: #6899FD;
}
.TagClassName
{
border-color: #6899FD;
}
</style>