Shades of Cornflower Blue #6D80FF
Tints of Cornflower Blue #6D80FF
RGB
CMYK
RGB Variations
Color information
#6D80FF (or 0x6D80FF) is known color: Cornflower Blue. HEX triplet: 6D, 80 and FF. RGB value is (109,128,255). Sum of RGB (Red+Green+Blue) = 109+128+255=492 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.15% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D80FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D80FF is #927F00. Grayscale: #888888. Windows color (decimal): -9600769 or 16744557. OLE color: 16744557.
HSL color Cylindrical-coordinate representation of color #6D80FF: hue angle of 232.19º 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 #6D80FF is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 128 | 255 | - |
| CMYK | 0.57 | 0.50 | 0 | 0 |
| HSL | 232.19º | 1% | 0.71% | - |
| HSV(B) | 232.19º | 0.57% | 1% | - |
| XYZ | 32.08 | 25.91 | 97.92 | - |
| YUV | 136.8 | 194.71 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 128 | 255 | 0.57 | 0.50 | 0 | 0 | 232.19 | 1 | 0.71 |
| Hex | 6D | 80 | FF | 39 | 32 | 0 | 0 | E8 | 64 | 47 |
| Octal | 155 | 200 | 377 | 71 | 62 | 0 | 0 | 350 | 144 | 107 |
| Binary | 1101101 | 10000000 | 11111111 | 111001 | 110010 | 0 | 0 | 11101000 | 1100100 | 1000111 |
Color Harmonies of #6D80FF
Complementary color
Monochromatic Colors of #6D80FF
Black with #6D80FF
Text Example
Text Example
White with #6D80FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D80FF; }
p { color: rgb(109,128,255); }
H1.HeaderClassName
{
color: #6D80FF;
}
.AnyTagClassName
{
color: #6D80FF;
}
</style>
background-color css
<style>
a { background-color: #6D80FF; }
a { background-color: rgb(109,128,255); }
div.DivClassName
{
background-color: #6D80FF;
}
.BgClassName
{
background-color: #6D80FF;
}
</style>
border-color css
<style>
span { border-color: #6D80FF; }
span { border-color: rgb(109,128,255); }
td.TdClassName
{
border-color: #6D80FF;
}
.TagClassName
{
border-color: #6D80FF;
}
</style>