Shades of Cornflower Blue #6D80FE
Tints of Cornflower Blue #6D80FE
RGB
CMYK
RGB Variations
Color information
#6D80FE (or 0x6D80FE) is known color: Cornflower Blue. HEX triplet: 6D, 80 and FE. RGB value is (109,128,254). Sum of RGB (Red+Green+Blue) = 109+128+254=491 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.20% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D80FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D80FE is #927F01. Grayscale: #888888. Windows color (decimal): -9600770 or 16679021. OLE color: 16679021.
HSL color Cylindrical-coordinate representation of color #6D80FE: hue angle of 232.14º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D80FE is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 128 | 254 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.00 |
| HSL | 232.14º | 0.99% | 0.71% | - |
| HSV(B) | 232.14º | 0.57% | 1% | - |
| XYZ | 31.92 | 25.85 | 97.07 | - |
| YUV | 136.68 | 194.21 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 128 | 254 | 0.57 | 0.50 | 0 | 0.00 | 232.14 | 0.99 | 0.71 |
| Hex | 6D | 80 | FE | 39 | 32 | 0 | 0 | E8 | 63 | 47 |
| Octal | 155 | 200 | 376 | 71 | 62 | 0 | 0 | 350 | 143 | 107 |
| Binary | 1101101 | 10000000 | 11111110 | 111001 | 110010 | 0 | 0 | 11101000 | 1100011 | 1000111 |
Color Harmonies of #6D80FE
Complementary color
Monochromatic Colors of #6D80FE
Black with #6D80FE
Text Example
Text Example
White with #6D80FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D80FE; }
p { color: rgb(109,128,254); }
H1.HeaderClassName
{
color: #6D80FE;
}
.AnyTagClassName
{
color: #6D80FE;
}
</style>
background-color css
<style>
a { background-color: #6D80FE; }
a { background-color: rgb(109,128,254); }
div.DivClassName
{
background-color: #6D80FE;
}
.BgClassName
{
background-color: #6D80FE;
}
</style>
border-color css
<style>
span { border-color: #6D80FE; }
span { border-color: rgb(109,128,254); }
td.TdClassName
{
border-color: #6D80FE;
}
.TagClassName
{
border-color: #6D80FE;
}
</style>