Shades of Cornflower Blue #6C7FED
Tints of Cornflower Blue #6C7FED
RGB
CMYK
RGB Variations
Color information
#6C7FED (or 0x6C7FED) is known color: Cornflower Blue. HEX triplet: 6C, 7F and ED. RGB value is (108,127,237). Sum of RGB (Red+Green+Blue) = 108+127+237=472 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.88% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #6C7FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C7FED is #938012. Grayscale: #858585. Windows color (decimal): -9666579 or 15564652. OLE color: 15564652.
HSL color Cylindrical-coordinate representation of color #6C7FED: hue angle of 231.16º 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 #6C7FED is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 127 | 237 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.07 |
| HSL | 231.16º | 0.78% | 0.68% | - |
| HSV(B) | 231.16º | 0.54% | 0.93% | - |
| XYZ | 29.06 | 24.48 | 83.31 | - |
| YUV | 133.86 | 186.21 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 127 | 237 | 0.54 | 0.46 | 0 | 0.07 | 231.16 | 0.78 | 0.68 |
| Hex | 6C | 7F | ED | 36 | 2E | 0 | 7 | E7 | 4E | 44 |
| Octal | 154 | 177 | 355 | 66 | 56 | 0 | 7 | 347 | 116 | 104 |
| Binary | 1101100 | 1111111 | 11101101 | 110110 | 101110 | 0 | 111 | 11100111 | 1001110 | 1000100 |
Color Harmonies of #6C7FED
Complementary color
Monochromatic Colors of #6C7FED
Black with #6C7FED
Text Example
Text Example
White with #6C7FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7FED; }
p { color: rgb(108,127,237); }
H1.HeaderClassName
{
color: #6C7FED;
}
.AnyTagClassName
{
color: #6C7FED;
}
</style>
background-color css
<style>
a { background-color: #6C7FED; }
a { background-color: rgb(108,127,237); }
div.DivClassName
{
background-color: #6C7FED;
}
.BgClassName
{
background-color: #6C7FED;
}
</style>
border-color css
<style>
span { border-color: #6C7FED; }
span { border-color: rgb(108,127,237); }
td.TdClassName
{
border-color: #6C7FED;
}
.TagClassName
{
border-color: #6C7FED;
}
</style>