Shades of Cornflower Blue #6896FF
Tints of Cornflower Blue #6896FF
RGB
CMYK
RGB Variations
Color information
#6896FF (or 0x6896FF) is known color: Cornflower Blue. HEX triplet: 68, 96 and FF. RGB value is (104,150,255). Sum of RGB (Red+Green+Blue) = 104+150+255=509 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.43% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #6896FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6896FF is #976900. Grayscale: #939393. Windows color (decimal): -9922817 or 16750184. OLE color: 16750184.
HSL color Cylindrical-coordinate representation of color #6896FF: hue angle of 221.72º 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 #6896FF is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 150 | 255 | - |
| CMYK | 0.59 | 0.41 | 0 | 0 |
| HSL | 221.72º | 1% | 0.7% | - |
| HSV(B) | 221.72º | 0.59% | 1% | - |
| XYZ | 34.67 | 31.98 | 98.95 | - |
| YUV | 148.22 | 188.26 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 150 | 255 | 0.59 | 0.41 | 0 | 0 | 221.72 | 1 | 0.7 |
| Hex | 68 | 96 | FF | 3B | 29 | 0 | 0 | DE | 64 | 46 |
| Octal | 150 | 226 | 377 | 73 | 51 | 0 | 0 | 336 | 144 | 106 |
| Binary | 1101000 | 10010110 | 11111111 | 111011 | 101001 | 0 | 0 | 11011110 | 1100100 | 1000110 |
Color Harmonies of #6896FF
Complementary color
Monochromatic Colors of #6896FF
Black with #6896FF
Text Example
Text Example
White with #6896FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6896FF; }
p { color: rgb(104,150,255); }
H1.HeaderClassName
{
color: #6896FF;
}
.AnyTagClassName
{
color: #6896FF;
}
</style>
background-color css
<style>
a { background-color: #6896FF; }
a { background-color: rgb(104,150,255); }
div.DivClassName
{
background-color: #6896FF;
}
.BgClassName
{
background-color: #6896FF;
}
</style>
border-color css
<style>
span { border-color: #6896FF; }
span { border-color: rgb(104,150,255); }
td.TdClassName
{
border-color: #6896FF;
}
.TagClassName
{
border-color: #6896FF;
}
</style>