Shades of Cornflower Blue #6D83FE
Tints of Cornflower Blue #6D83FE
RGB
CMYK
RGB Variations
Color information
#6D83FE (or 0x6D83FE) is known color: Cornflower Blue. HEX triplet: 6D, 83 and FE. RGB value is (109,131,254). Sum of RGB (Red+Green+Blue) = 109+131+254=494 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.06% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D83FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D83FE is #927C01. Grayscale: #898989. Windows color (decimal): -9600002 or 16679789. OLE color: 16679789.
HSL color Cylindrical-coordinate representation of color #6D83FE: hue angle of 230.9º 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 #6D83FE is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 131 | 254 | - |
| CMYK | 0.57 | 0.48 | 0 | 0.00 |
| HSL | 230.9º | 0.99% | 0.71% | - |
| HSV(B) | 230.9º | 0.57% | 1% | - |
| XYZ | 32.31 | 26.64 | 97.2 | - |
| YUV | 138.44 | 193.21 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 131 | 254 | 0.57 | 0.48 | 0 | 0.00 | 230.9 | 0.99 | 0.71 |
| Hex | 6D | 83 | FE | 39 | 30 | 0 | 0 | E7 | 63 | 47 |
| Octal | 155 | 203 | 376 | 71 | 60 | 0 | 0 | 347 | 143 | 107 |
| Binary | 1101101 | 10000011 | 11111110 | 111001 | 110000 | 0 | 0 | 11100111 | 1100011 | 1000111 |
Color Harmonies of #6D83FE
Complementary color
Monochromatic Colors of #6D83FE
Black with #6D83FE
Text Example
Text Example
White with #6D83FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D83FE; }
p { color: rgb(109,131,254); }
H1.HeaderClassName
{
color: #6D83FE;
}
.AnyTagClassName
{
color: #6D83FE;
}
</style>
background-color css
<style>
a { background-color: #6D83FE; }
a { background-color: rgb(109,131,254); }
div.DivClassName
{
background-color: #6D83FE;
}
.BgClassName
{
background-color: #6D83FE;
}
</style>
border-color css
<style>
span { border-color: #6D83FE; }
span { border-color: rgb(109,131,254); }
td.TdClassName
{
border-color: #6D83FE;
}
.TagClassName
{
border-color: #6D83FE;
}
</style>