Shades of Cornflower Blue #6D7FFC
Tints of Cornflower Blue #6D7FFC
RGB
CMYK
RGB Variations
Color information
#6D7FFC (or 0x6D7FFC) is known color: Cornflower Blue. HEX triplet: 6D, 7F and FC. RGB value is (109,127,252). Sum of RGB (Red+Green+Blue) = 109+127+252=488 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.34% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D7FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D7FFC is #928003. Grayscale: #878787. Windows color (decimal): -9601028 or 16547693. OLE color: 16547693.
HSL color Cylindrical-coordinate representation of color #6D7FFC: hue angle of 232.45º 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 #6D7FFC is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 127 | 252 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.01 |
| HSL | 232.45º | 0.96% | 0.71% | - |
| HSV(B) | 232.45º | 0.57% | 0.99% | - |
| XYZ | 31.47 | 25.46 | 95.35 | - |
| YUV | 135.87 | 193.54 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 127 | 252 | 0.57 | 0.50 | 0 | 0.01 | 232.45 | 0.96 | 0.71 |
| Hex | 6D | 7F | FC | 39 | 32 | 0 | 1 | E8 | 60 | 47 |
| Octal | 155 | 177 | 374 | 71 | 62 | 0 | 1 | 350 | 140 | 107 |
| Binary | 1101101 | 1111111 | 11111100 | 111001 | 110010 | 0 | 1 | 11101000 | 1100000 | 1000111 |
Color Harmonies of #6D7FFC
Complementary color
Monochromatic Colors of #6D7FFC
Black with #6D7FFC
Text Example
Text Example
White with #6D7FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7FFC; }
p { color: rgb(109,127,252); }
H1.HeaderClassName
{
color: #6D7FFC;
}
.AnyTagClassName
{
color: #6D7FFC;
}
</style>
background-color css
<style>
a { background-color: #6D7FFC; }
a { background-color: rgb(109,127,252); }
div.DivClassName
{
background-color: #6D7FFC;
}
.BgClassName
{
background-color: #6D7FFC;
}
</style>
border-color css
<style>
span { border-color: #6D7FFC; }
span { border-color: rgb(109,127,252); }
td.TdClassName
{
border-color: #6D7FFC;
}
.TagClassName
{
border-color: #6D7FFC;
}
</style>