Shades of Cornflower Blue #6C7DEC
Tints of Cornflower Blue #6C7DEC
RGB
CMYK
RGB Variations
Color information
#6C7DEC (or 0x6C7DEC) is known color: Cornflower Blue. HEX triplet: 6C, 7D and EC. RGB value is (108,125,236). Sum of RGB (Red+Green+Blue) = 108+125+236=469 (62% of max value = 765). Red value is 108 (42.58% from 255 or 23.03% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #6C7DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C7DEC is #938213. Grayscale: #848484. Windows color (decimal): -9667092 or 15498604. OLE color: 15498604.
HSL color Cylindrical-coordinate representation of color #6C7DEC: hue angle of 232.03º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C7DEC is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 125 | 236 | - |
| CMYK | 0.54 | 0.47 | 0 | 0.07 |
| HSL | 232.03º | 0.77% | 0.67% | - |
| HSV(B) | 232.03º | 0.54% | 0.93% | - |
| XYZ | 28.66 | 23.91 | 82.46 | - |
| YUV | 132.57 | 186.37 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 125 | 236 | 0.54 | 0.47 | 0 | 0.07 | 232.03 | 0.77 | 0.67 |
| Hex | 6C | 7D | EC | 36 | 2F | 0 | 7 | E8 | 4D | 43 |
| Octal | 154 | 175 | 354 | 66 | 57 | 0 | 7 | 350 | 115 | 103 |
| Binary | 1101100 | 1111101 | 11101100 | 110110 | 101111 | 0 | 111 | 11101000 | 1001101 | 1000011 |
Color Harmonies of #6C7DEC
Complementary color
Monochromatic Colors of #6C7DEC
Black with #6C7DEC
Text Example
Text Example
White with #6C7DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7DEC; }
p { color: rgb(108,125,236); }
H1.HeaderClassName
{
color: #6C7DEC;
}
.AnyTagClassName
{
color: #6C7DEC;
}
</style>
background-color css
<style>
a { background-color: #6C7DEC; }
a { background-color: rgb(108,125,236); }
div.DivClassName
{
background-color: #6C7DEC;
}
.BgClassName
{
background-color: #6C7DEC;
}
</style>
border-color css
<style>
span { border-color: #6C7DEC; }
span { border-color: rgb(108,125,236); }
td.TdClassName
{
border-color: #6C7DEC;
}
.TagClassName
{
border-color: #6C7DEC;
}
</style>