Shades of Cornflower Blue #6D7CDE
Tints of Cornflower Blue #6D7CDE
RGB
CMYK
RGB Variations
Color information
#6D7CDE (or 0x6D7CDE) is known color: Cornflower Blue. HEX triplet: 6D, 7C and DE. RGB value is (109,124,222). Sum of RGB (Red+Green+Blue) = 109+124+222=455 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.96% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 222 (87.11% from 255 or 48.79% from 455); Max value from RGB is 222 - color contains mainly: blue. Hex color #6D7CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7CDE is #928321. Grayscale: #828282. Windows color (decimal): -9601826 or 14580845. OLE color: 14580845.
HSL color Cylindrical-coordinate representation of color #6D7CDE: hue angle of 232.04º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D7CDE is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 124 | 222 | - |
| CMYK | 0.51 | 0.44 | 0 | 0.13 |
| HSL | 232.04º | 0.63% | 0.65% | - |
| HSV(B) | 232.04º | 0.51% | 0.87% | - |
| XYZ | 26.7 | 22.94 | 72.13 | - |
| YUV | 130.69 | 179.53 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 124 | 222 | 0.51 | 0.44 | 0 | 0.13 | 232.04 | 0.63 | 0.65 |
| Hex | 6D | 7C | DE | 33 | 2C | 0 | D | E8 | 3F | 41 |
| Octal | 155 | 174 | 336 | 63 | 54 | 0 | 15 | 350 | 77 | 101 |
| Binary | 1101101 | 1111100 | 11011110 | 110011 | 101100 | 0 | 1101 | 11101000 | 111111 | 1000001 |
Color Harmonies of #6D7CDE
Complementary color
Monochromatic Colors of #6D7CDE
Black with #6D7CDE
Text Example
Text Example
White with #6D7CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7CDE; }
p { color: rgb(109,124,222); }
H1.HeaderClassName
{
color: #6D7CDE;
}
.AnyTagClassName
{
color: #6D7CDE;
}
</style>
background-color css
<style>
a { background-color: #6D7CDE; }
a { background-color: rgb(109,124,222); }
div.DivClassName
{
background-color: #6D7CDE;
}
.BgClassName
{
background-color: #6D7CDE;
}
</style>
border-color css
<style>
span { border-color: #6D7CDE; }
span { border-color: rgb(109,124,222); }
td.TdClassName
{
border-color: #6D7CDE;
}
.TagClassName
{
border-color: #6D7CDE;
}
</style>