Shades of Cornflower Blue #6898FF
Tints of Cornflower Blue #6898FF
RGB
CMYK
RGB Variations
Color information
#6898FF (or 0x6898FF) is known color: Cornflower Blue. HEX triplet: 68, 98 and FF. RGB value is (104,152,255). Sum of RGB (Red+Green+Blue) = 104+152+255=511 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.35% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #6898FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6898FF is #976700. Grayscale: #949494. Windows color (decimal): -9922305 or 16750696. OLE color: 16750696.
HSL color Cylindrical-coordinate representation of color #6898FF: hue angle of 220.93º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6898FF is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 152 | 255 | - |
| CMYK | 0.59 | 0.40 | 0 | 0 |
| HSL | 220.93º | 1% | 0.7% | - |
| HSV(B) | 220.93º | 0.59% | 1% | - |
| XYZ | 34.99 | 32.62 | 99.06 | - |
| YUV | 149.39 | 187.6 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 152 | 255 | 0.59 | 0.40 | 0 | 0 | 220.93 | 1 | 0.7 |
| Hex | 68 | 98 | FF | 3B | 28 | 0 | 0 | DD | 64 | 46 |
| Octal | 150 | 230 | 377 | 73 | 50 | 0 | 0 | 335 | 144 | 106 |
| Binary | 1101000 | 10011000 | 11111111 | 111011 | 101000 | 0 | 0 | 11011101 | 1100100 | 1000110 |
Color Harmonies of #6898FF
Complementary color
Monochromatic Colors of #6898FF
Black with #6898FF
Text Example
Text Example
White with #6898FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6898FF; }
p { color: rgb(104,152,255); }
H1.HeaderClassName
{
color: #6898FF;
}
.AnyTagClassName
{
color: #6898FF;
}
</style>
background-color css
<style>
a { background-color: #6898FF; }
a { background-color: rgb(104,152,255); }
div.DivClassName
{
background-color: #6898FF;
}
.BgClassName
{
background-color: #6898FF;
}
</style>
border-color css
<style>
span { border-color: #6898FF; }
span { border-color: rgb(104,152,255); }
td.TdClassName
{
border-color: #6898FF;
}
.TagClassName
{
border-color: #6898FF;
}
</style>