Shades of Cornflower Blue #6E8FFC
Tints of Cornflower Blue #6E8FFC
RGB
CMYK
RGB Variations
Color information
#6E8FFC (or 0x6E8FFC) is known color: Cornflower Blue. HEX triplet: 6E, 8F and FC. RGB value is (110,143,252). Sum of RGB (Red+Green+Blue) = 110+143+252=505 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.78% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E8FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E8FFC is #917003. Grayscale: #919191. Windows color (decimal): -9531396 or 16551790. OLE color: 16551790.
HSL color Cylindrical-coordinate representation of color #6E8FFC: hue angle of 226.06º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E8FFC is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 143 | 252 | - |
| CMYK | 0.56 | 0.43 | 0 | 0.01 |
| HSL | 226.06º | 0.96% | 0.71% | - |
| HSV(B) | 226.06º | 0.56% | 0.99% | - |
| XYZ | 33.82 | 29.99 | 96.1 | - |
| YUV | 145.56 | 188.07 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 143 | 252 | 0.56 | 0.43 | 0 | 0.01 | 226.06 | 0.96 | 0.71 |
| Hex | 6E | 8F | FC | 38 | 2B | 0 | 1 | E2 | 60 | 47 |
| Octal | 156 | 217 | 374 | 70 | 53 | 0 | 1 | 342 | 140 | 107 |
| Binary | 1101110 | 10001111 | 11111100 | 111000 | 101011 | 0 | 1 | 11100010 | 1100000 | 1000111 |
Color Harmonies of #6E8FFC
Complementary color
Monochromatic Colors of #6E8FFC
Black with #6E8FFC
Text Example
Text Example
White with #6E8FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8FFC; }
p { color: rgb(110,143,252); }
H1.HeaderClassName
{
color: #6E8FFC;
}
.AnyTagClassName
{
color: #6E8FFC;
}
</style>
background-color css
<style>
a { background-color: #6E8FFC; }
a { background-color: rgb(110,143,252); }
div.DivClassName
{
background-color: #6E8FFC;
}
.BgClassName
{
background-color: #6E8FFC;
}
</style>
border-color css
<style>
span { border-color: #6E8FFC; }
span { border-color: rgb(110,143,252); }
td.TdClassName
{
border-color: #6E8FFC;
}
.TagClassName
{
border-color: #6E8FFC;
}
</style>