Shades of Cornflower Blue #6C7EEA
Tints of Cornflower Blue #6C7EEA
RGB
CMYK
RGB Variations
Color information
#6C7EEA (or 0x6C7EEA) is known color: Cornflower Blue. HEX triplet: 6C, 7E and EA. RGB value is (108,126,234). Sum of RGB (Red+Green+Blue) = 108+126+234=468 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.08% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #6C7EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C7EEA is #938115. Grayscale: #848484. Windows color (decimal): -9666838 or 15367788. OLE color: 15367788.
HSL color Cylindrical-coordinate representation of color #6C7EEA: hue angle of 231.43º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C7EEA is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 126 | 234 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.08 |
| HSL | 231.43º | 0.75% | 0.67% | - |
| HSV(B) | 231.43º | 0.54% | 0.92% | - |
| XYZ | 28.5 | 24.05 | 80.98 | - |
| YUV | 132.93 | 185.04 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 126 | 234 | 0.54 | 0.46 | 0 | 0.08 | 231.43 | 0.75 | 0.67 |
| Hex | 6C | 7E | EA | 36 | 2E | 0 | 8 | E7 | 4B | 43 |
| Octal | 154 | 176 | 352 | 66 | 56 | 0 | 10 | 347 | 113 | 103 |
| Binary | 1101100 | 1111110 | 11101010 | 110110 | 101110 | 0 | 1000 | 11100111 | 1001011 | 1000011 |
Color Harmonies of #6C7EEA
Complementary color
Monochromatic Colors of #6C7EEA
Black with #6C7EEA
Text Example
Text Example
White with #6C7EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7EEA; }
p { color: rgb(108,126,234); }
H1.HeaderClassName
{
color: #6C7EEA;
}
.AnyTagClassName
{
color: #6C7EEA;
}
</style>
background-color css
<style>
a { background-color: #6C7EEA; }
a { background-color: rgb(108,126,234); }
div.DivClassName
{
background-color: #6C7EEA;
}
.BgClassName
{
background-color: #6C7EEA;
}
</style>
border-color css
<style>
span { border-color: #6C7EEA; }
span { border-color: rgb(108,126,234); }
td.TdClassName
{
border-color: #6C7EEA;
}
.TagClassName
{
border-color: #6C7EEA;
}
</style>