Shades of Cornflower Blue #6D8CFF
Tints of Cornflower Blue #6D8CFF
RGB
CMYK
RGB Variations
Color information
#6D8CFF (or 0x6D8CFF) is known color: Cornflower Blue. HEX triplet: 6D, 8C and FF. RGB value is (109,140,255). Sum of RGB (Red+Green+Blue) = 109+140+255=504 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.63% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D8CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D8CFF is #927300. Grayscale: #8F8F8F. Windows color (decimal): -9597697 or 16747629. OLE color: 16747629.
HSL color Cylindrical-coordinate representation of color #6D8CFF: hue angle of 227.26º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D8CFF is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 140 | 255 | - |
| CMYK | 0.57 | 0.45 | 0 | 0 |
| HSL | 227.26º | 1% | 0.71% | - |
| HSV(B) | 227.26º | 0.57% | 1% | - |
| XYZ | 33.73 | 29.23 | 98.47 | - |
| YUV | 143.84 | 190.73 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 140 | 255 | 0.57 | 0.45 | 0 | 0 | 227.26 | 1 | 0.71 |
| Hex | 6D | 8C | FF | 39 | 2D | 0 | 0 | E3 | 64 | 47 |
| Octal | 155 | 214 | 377 | 71 | 55 | 0 | 0 | 343 | 144 | 107 |
| Binary | 1101101 | 10001100 | 11111111 | 111001 | 101101 | 0 | 0 | 11100011 | 1100100 | 1000111 |
Color Harmonies of #6D8CFF
Complementary color
Monochromatic Colors of #6D8CFF
Black with #6D8CFF
Text Example
Text Example
White with #6D8CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8CFF; }
p { color: rgb(109,140,255); }
H1.HeaderClassName
{
color: #6D8CFF;
}
.AnyTagClassName
{
color: #6D8CFF;
}
</style>
background-color css
<style>
a { background-color: #6D8CFF; }
a { background-color: rgb(109,140,255); }
div.DivClassName
{
background-color: #6D8CFF;
}
.BgClassName
{
background-color: #6D8CFF;
}
</style>
border-color css
<style>
span { border-color: #6D8CFF; }
span { border-color: rgb(109,140,255); }
td.TdClassName
{
border-color: #6D8CFF;
}
.TagClassName
{
border-color: #6D8CFF;
}
</style>