Shades of Cornflower Blue #6D83FC
Tints of Cornflower Blue #6D83FC
RGB
CMYK
RGB Variations
Color information
#6D83FC (or 0x6D83FC) is known color: Cornflower Blue. HEX triplet: 6D, 83 and FC. RGB value is (109,131,252). Sum of RGB (Red+Green+Blue) = 109+131+252=492 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.15% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D83FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D83FC is #927C03. Grayscale: #898989. Windows color (decimal): -9600004 or 16548717. OLE color: 16548717.
HSL color Cylindrical-coordinate representation of color #6D83FC: hue angle of 230.77º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D83FC is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 131 | 252 | - |
| CMYK | 0.57 | 0.48 | 0 | 0.01 |
| HSL | 230.77º | 0.96% | 0.71% | - |
| HSV(B) | 230.77º | 0.57% | 0.99% | - |
| XYZ | 31.99 | 26.51 | 95.53 | - |
| YUV | 138.22 | 192.21 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 131 | 252 | 0.57 | 0.48 | 0 | 0.01 | 230.77 | 0.96 | 0.71 |
| Hex | 6D | 83 | FC | 39 | 30 | 0 | 1 | E7 | 60 | 47 |
| Octal | 155 | 203 | 374 | 71 | 60 | 0 | 1 | 347 | 140 | 107 |
| Binary | 1101101 | 10000011 | 11111100 | 111001 | 110000 | 0 | 1 | 11100111 | 1100000 | 1000111 |
Color Harmonies of #6D83FC
Complementary color
Monochromatic Colors of #6D83FC
Black with #6D83FC
Text Example
Text Example
White with #6D83FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D83FC; }
p { color: rgb(109,131,252); }
H1.HeaderClassName
{
color: #6D83FC;
}
.AnyTagClassName
{
color: #6D83FC;
}
</style>
background-color css
<style>
a { background-color: #6D83FC; }
a { background-color: rgb(109,131,252); }
div.DivClassName
{
background-color: #6D83FC;
}
.BgClassName
{
background-color: #6D83FC;
}
</style>
border-color css
<style>
span { border-color: #6D83FC; }
span { border-color: rgb(109,131,252); }
td.TdClassName
{
border-color: #6D83FC;
}
.TagClassName
{
border-color: #6D83FC;
}
</style>