Shades of Cornflower Blue #6E97FB
Tints of Cornflower Blue #6E97FB
RGB
CMYK
RGB Variations
Color information
#6E97FB (or 0x6E97FB) is known color: Cornflower Blue. HEX triplet: 6E, 97 and FB. RGB value is (110,151,251). Sum of RGB (Red+Green+Blue) = 110+151+251=512 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.48% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #6E97FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E97FB is #916804. Grayscale: #959595. Windows color (decimal): -9529349 or 16488302. OLE color: 16488302.
HSL color Cylindrical-coordinate representation of color #6E97FB: hue angle of 222.55º degrees, saturation: 0.95, 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 #6E97FB is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 151 | 251 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.02 |
| HSL | 222.55º | 0.95% | 0.71% | - |
| HSV(B) | 222.55º | 0.56% | 0.98% | - |
| XYZ | 34.91 | 32.41 | 95.68 | - |
| YUV | 150.14 | 184.92 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 151 | 251 | 0.56 | 0.40 | 0 | 0.02 | 222.55 | 0.95 | 0.71 |
| Hex | 6E | 97 | FB | 38 | 28 | 0 | 2 | DF | 5F | 47 |
| Octal | 156 | 227 | 373 | 70 | 50 | 0 | 2 | 337 | 137 | 107 |
| Binary | 1101110 | 10010111 | 11111011 | 111000 | 101000 | 0 | 10 | 11011111 | 1011111 | 1000111 |
Color Harmonies of #6E97FB
Complementary color
Monochromatic Colors of #6E97FB
Black with #6E97FB
Text Example
Text Example
White with #6E97FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E97FB; }
p { color: rgb(110,151,251); }
H1.HeaderClassName
{
color: #6E97FB;
}
.AnyTagClassName
{
color: #6E97FB;
}
</style>
background-color css
<style>
a { background-color: #6E97FB; }
a { background-color: rgb(110,151,251); }
div.DivClassName
{
background-color: #6E97FB;
}
.BgClassName
{
background-color: #6E97FB;
}
</style>
border-color css
<style>
span { border-color: #6E97FB; }
span { border-color: rgb(110,151,251); }
td.TdClassName
{
border-color: #6E97FB;
}
.TagClassName
{
border-color: #6E97FB;
}
</style>