Shades of Cornflower Blue #6896EA
Tints of Cornflower Blue #6896EA
RGB
CMYK
RGB Variations
Color information
#6896EA (or 0x6896EA) is known color: Cornflower Blue. HEX triplet: 68, 96 and EA. RGB value is (104,150,234). Sum of RGB (Red+Green+Blue) = 104+150+234=488 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.31% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #6896EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6896EA is #976915. Grayscale: #919191. Windows color (decimal): -9922838 or 15373928. OLE color: 15373928.
HSL color Cylindrical-coordinate representation of color #6896EA: hue angle of 218.77º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6896EA is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 150 | 234 | - |
| CMYK | 0.56 | 0.36 | 0 | 0.08 |
| HSL | 218.77º | 0.76% | 0.66% | - |
| HSV(B) | 218.77º | 0.56% | 0.92% | - |
| XYZ | 31.47 | 30.7 | 82.11 | - |
| YUV | 145.82 | 177.76 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 150 | 234 | 0.56 | 0.36 | 0 | 0.08 | 218.77 | 0.76 | 0.66 |
| Hex | 68 | 96 | EA | 38 | 24 | 0 | 8 | DB | 4C | 42 |
| Octal | 150 | 226 | 352 | 70 | 44 | 0 | 10 | 333 | 114 | 102 |
| Binary | 1101000 | 10010110 | 11101010 | 111000 | 100100 | 0 | 1000 | 11011011 | 1001100 | 1000010 |
Color Harmonies of #6896EA
Complementary color
Monochromatic Colors of #6896EA
Black with #6896EA
Text Example
Text Example
White with #6896EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6896EA; }
p { color: rgb(104,150,234); }
H1.HeaderClassName
{
color: #6896EA;
}
.AnyTagClassName
{
color: #6896EA;
}
</style>
background-color css
<style>
a { background-color: #6896EA; }
a { background-color: rgb(104,150,234); }
div.DivClassName
{
background-color: #6896EA;
}
.BgClassName
{
background-color: #6896EA;
}
</style>
border-color css
<style>
span { border-color: #6896EA; }
span { border-color: rgb(104,150,234); }
td.TdClassName
{
border-color: #6896EA;
}
.TagClassName
{
border-color: #6896EA;
}
</style>