Shades of Cornflower Blue #6B7CEB
Tints of Cornflower Blue #6B7CEB
RGB
CMYK
RGB Variations
Color information
#6B7CEB (or 0x6B7CEB) is known color: Cornflower Blue. HEX triplet: 6B, 7C and EB. RGB value is (107,124,235). Sum of RGB (Red+Green+Blue) = 107+124+235=466 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.96% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #6B7CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7CEB is #948314. Grayscale: #838383. Windows color (decimal): -9732885 or 15432811. OLE color: 15432811.
HSL color Cylindrical-coordinate representation of color #6B7CEB: hue angle of 232.03º 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 #6B7CEB is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 124 | 235 | - |
| CMYK | 0.54 | 0.47 | 0 | 0.08 |
| HSL | 232.03º | 0.76% | 0.67% | - |
| HSV(B) | 232.03º | 0.54% | 0.92% | - |
| XYZ | 28.27 | 23.54 | 81.65 | - |
| YUV | 131.57 | 186.37 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 124 | 235 | 0.54 | 0.47 | 0 | 0.08 | 232.03 | 0.76 | 0.67 |
| Hex | 6B | 7C | EB | 36 | 2F | 0 | 8 | E8 | 4C | 43 |
| Octal | 153 | 174 | 353 | 66 | 57 | 0 | 10 | 350 | 114 | 103 |
| Binary | 1101011 | 1111100 | 11101011 | 110110 | 101111 | 0 | 1000 | 11101000 | 1001100 | 1000011 |
Color Harmonies of #6B7CEB
Complementary color
Monochromatic Colors of #6B7CEB
Black with #6B7CEB
Text Example
Text Example
White with #6B7CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7CEB; }
p { color: rgb(107,124,235); }
H1.HeaderClassName
{
color: #6B7CEB;
}
.AnyTagClassName
{
color: #6B7CEB;
}
</style>
background-color css
<style>
a { background-color: #6B7CEB; }
a { background-color: rgb(107,124,235); }
div.DivClassName
{
background-color: #6B7CEB;
}
.BgClassName
{
background-color: #6B7CEB;
}
</style>
border-color css
<style>
span { border-color: #6B7CEB; }
span { border-color: rgb(107,124,235); }
td.TdClassName
{
border-color: #6B7CEB;
}
.TagClassName
{
border-color: #6B7CEB;
}
</style>