Shades of Cornflower Blue #6D8AF0
Tints of Cornflower Blue #6D8AF0
RGB
CMYK
RGB Variations
Color information
#6D8AF0 (or 0x6D8AF0) is known color: Cornflower Blue. HEX triplet: 6D, 8A and F0. RGB value is (109,138,240). Sum of RGB (Red+Green+Blue) = 109+138+240=487 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.38% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 240 (94.14% from 255 or 49.28% from 487); Max value from RGB is 240 - color contains mainly: blue. Hex color #6D8AF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D8AF0 is #92750F. Grayscale: #8C8C8C. Windows color (decimal): -9598224 or 15764077. OLE color: 15764077.
HSL color Cylindrical-coordinate representation of color #6D8AF0: hue angle of 226.72º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D8AF0 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 138 | 240 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.06 |
| HSL | 226.72º | 0.81% | 0.68% | - |
| HSV(B) | 226.72º | 0.55% | 0.94% | - |
| XYZ | 31.12 | 27.72 | 86.15 | - |
| YUV | 140.96 | 183.89 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 138 | 240 | 0.55 | 0.42 | 0 | 0.06 | 226.72 | 0.81 | 0.68 |
| Hex | 6D | 8A | F0 | 37 | 2A | 0 | 6 | E3 | 51 | 44 |
| Octal | 155 | 212 | 360 | 67 | 52 | 0 | 6 | 343 | 121 | 104 |
| Binary | 1101101 | 10001010 | 11110000 | 110111 | 101010 | 0 | 110 | 11100011 | 1010001 | 1000100 |
Color Harmonies of #6D8AF0
Complementary color
Monochromatic Colors of #6D8AF0
Black with #6D8AF0
Text Example
Text Example
White with #6D8AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8AF0; }
p { color: rgb(109,138,240); }
H1.HeaderClassName
{
color: #6D8AF0;
}
.AnyTagClassName
{
color: #6D8AF0;
}
</style>
background-color css
<style>
a { background-color: #6D8AF0; }
a { background-color: rgb(109,138,240); }
div.DivClassName
{
background-color: #6D8AF0;
}
.BgClassName
{
background-color: #6D8AF0;
}
</style>
border-color css
<style>
span { border-color: #6D8AF0; }
span { border-color: rgb(109,138,240); }
td.TdClassName
{
border-color: #6D8AF0;
}
.TagClassName
{
border-color: #6D8AF0;
}
</style>