Shades of Cornflower Blue #6E96FA
Tints of Cornflower Blue #6E96FA
RGB
CMYK
RGB Variations
Color information
#6E96FA (or 0x6E96FA) is known color: Cornflower Blue. HEX triplet: 6E, 96 and FA. RGB value is (110,150,250). Sum of RGB (Red+Green+Blue) = 110+150+250=510 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.57% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #6E96FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E96FA is #916905. Grayscale: #959595. Windows color (decimal): -9529606 or 16422510. OLE color: 16422510.
HSL color Cylindrical-coordinate representation of color #6E96FA: hue angle of 222.86º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E96FA is Cyan = 0.56, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 150 | 250 | - |
| CMYK | 0.56 | 0.4 | 0 | 0.02 |
| HSL | 222.86º | 0.93% | 0.71% | - |
| HSV(B) | 222.86º | 0.56% | 0.98% | - |
| XYZ | 34.59 | 32.03 | 94.8 | - |
| YUV | 149.44 | 184.75 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 150 | 250 | 0.56 | 0.4 | 0 | 0.02 | 222.86 | 0.93 | 0.71 |
| Hex | 6E | 96 | FA | 38 | 28 | 0 | 2 | DF | 5D | 47 |
| Octal | 156 | 226 | 372 | 70 | 50 | 0 | 2 | 337 | 135 | 107 |
| Binary | 1101110 | 10010110 | 11111010 | 111000 | 101000 | 0 | 10 | 11011111 | 1011101 | 1000111 |
Color Harmonies of #6E96FA
Complementary color
Monochromatic Colors of #6E96FA
Black with #6E96FA
Text Example
Text Example
White with #6E96FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E96FA; }
p { color: rgb(110,150,250); }
H1.HeaderClassName
{
color: #6E96FA;
}
.AnyTagClassName
{
color: #6E96FA;
}
</style>
background-color css
<style>
a { background-color: #6E96FA; }
a { background-color: rgb(110,150,250); }
div.DivClassName
{
background-color: #6E96FA;
}
.BgClassName
{
background-color: #6E96FA;
}
</style>
border-color css
<style>
span { border-color: #6E96FA; }
span { border-color: rgb(110,150,250); }
td.TdClassName
{
border-color: #6E96FA;
}
.TagClassName
{
border-color: #6E96FA;
}
</style>