Shades of Cornflower Blue #6C7CEB
Tints of Cornflower Blue #6C7CEB
RGB
CMYK
RGB Variations
Color information
#6C7CEB (or 0x6C7CEB) is known color: Cornflower Blue. HEX triplet: 6C, 7C and EB. RGB value is (108,124,235). Sum of RGB (Red+Green+Blue) = 108+124+235=467 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.13% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #6C7CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C7CEB is #938314. Grayscale: #838383. Windows color (decimal): -9667349 or 15432812. OLE color: 15432812.
HSL color Cylindrical-coordinate representation of color #6C7CEB: hue angle of 232.44º degrees, saturation: 0.76, 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 #6C7CEB is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 124 | 235 | - |
| CMYK | 0.54 | 0.47 | 0 | 0.08 |
| HSL | 232.44º | 0.76% | 0.67% | - |
| HSV(B) | 232.44º | 0.54% | 0.92% | - |
| XYZ | 28.39 | 23.6 | 81.66 | - |
| YUV | 131.87 | 186.2 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 124 | 235 | 0.54 | 0.47 | 0 | 0.08 | 232.44 | 0.76 | 0.67 |
| Hex | 6C | 7C | EB | 36 | 2F | 0 | 8 | E8 | 4C | 43 |
| Octal | 154 | 174 | 353 | 66 | 57 | 0 | 10 | 350 | 114 | 103 |
| Binary | 1101100 | 1111100 | 11101011 | 110110 | 101111 | 0 | 1000 | 11101000 | 1001100 | 1000011 |
Color Harmonies of #6C7CEB
Complementary color
Monochromatic Colors of #6C7CEB
Black with #6C7CEB
Text Example
Text Example
White with #6C7CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7CEB; }
p { color: rgb(108,124,235); }
H1.HeaderClassName
{
color: #6C7CEB;
}
.AnyTagClassName
{
color: #6C7CEB;
}
</style>
background-color css
<style>
a { background-color: #6C7CEB; }
a { background-color: rgb(108,124,235); }
div.DivClassName
{
background-color: #6C7CEB;
}
.BgClassName
{
background-color: #6C7CEB;
}
</style>
border-color css
<style>
span { border-color: #6C7CEB; }
span { border-color: rgb(108,124,235); }
td.TdClassName
{
border-color: #6C7CEB;
}
.TagClassName
{
border-color: #6C7CEB;
}
</style>