Shades of Cornflower Blue #6D84ED
Tints of Cornflower Blue #6D84ED
RGB
CMYK
RGB Variations
Color information
#6D84ED (or 0x6D84ED) is known color: Cornflower Blue. HEX triplet: 6D, 84 and ED. RGB value is (109,132,237). Sum of RGB (Red+Green+Blue) = 109+132+237=478 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.80% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #6D84ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D84ED is #927B12. Grayscale: #888888. Windows color (decimal): -9599763 or 15565933. OLE color: 15565933.
HSL color Cylindrical-coordinate representation of color #6D84ED: hue angle of 229.22º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D84ED is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 132 | 237 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.07 |
| HSL | 229.22º | 0.78% | 0.68% | - |
| HSV(B) | 229.22º | 0.54% | 0.93% | - |
| XYZ | 29.84 | 25.87 | 83.54 | - |
| YUV | 137.09 | 184.38 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 132 | 237 | 0.54 | 0.44 | 0 | 0.07 | 229.22 | 0.78 | 0.68 |
| Hex | 6D | 84 | ED | 36 | 2C | 0 | 7 | E5 | 4E | 44 |
| Octal | 155 | 204 | 355 | 66 | 54 | 0 | 7 | 345 | 116 | 104 |
| Binary | 1101101 | 10000100 | 11101101 | 110110 | 101100 | 0 | 111 | 11100101 | 1001110 | 1000100 |
Color Harmonies of #6D84ED
Complementary color
Monochromatic Colors of #6D84ED
Black with #6D84ED
Text Example
Text Example
White with #6D84ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D84ED; }
p { color: rgb(109,132,237); }
H1.HeaderClassName
{
color: #6D84ED;
}
.AnyTagClassName
{
color: #6D84ED;
}
</style>
background-color css
<style>
a { background-color: #6D84ED; }
a { background-color: rgb(109,132,237); }
div.DivClassName
{
background-color: #6D84ED;
}
.BgClassName
{
background-color: #6D84ED;
}
</style>
border-color css
<style>
span { border-color: #6D84ED; }
span { border-color: rgb(109,132,237); }
td.TdClassName
{
border-color: #6D84ED;
}
.TagClassName
{
border-color: #6D84ED;
}
</style>