Shades of Cornflower Blue #6A7CEB
Tints of Cornflower Blue #6A7CEB
RGB
CMYK
RGB Variations
Color information
#6A7CEB (or 0x6A7CEB) is known color: Cornflower Blue. HEX triplet: 6A, 7C and EB. RGB value is (106,124,235). Sum of RGB (Red+Green+Blue) = 106+124+235=465 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.80% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #6A7CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A7CEB is #958314. Grayscale: #828282. Windows color (decimal): -9798421 or 15432810. OLE color: 15432810.
HSL color Cylindrical-coordinate representation of color #6A7CEB: hue angle of 231.63º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A7CEB is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 124 | 235 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.08 |
| HSL | 231.63º | 0.76% | 0.67% | - |
| HSV(B) | 231.63º | 0.55% | 0.92% | - |
| XYZ | 28.15 | 23.48 | 81.65 | - |
| YUV | 131.27 | 186.54 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 124 | 235 | 0.55 | 0.47 | 0 | 0.08 | 231.63 | 0.76 | 0.67 |
| Hex | 6A | 7C | EB | 37 | 2F | 0 | 8 | E8 | 4C | 43 |
| Octal | 152 | 174 | 353 | 67 | 57 | 0 | 10 | 350 | 114 | 103 |
| Binary | 1101010 | 1111100 | 11101011 | 110111 | 101111 | 0 | 1000 | 11101000 | 1001100 | 1000011 |
Color Harmonies of #6A7CEB
Complementary color
Monochromatic Colors of #6A7CEB
Black with #6A7CEB
Text Example
Text Example
White with #6A7CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7CEB; }
p { color: rgb(106,124,235); }
H1.HeaderClassName
{
color: #6A7CEB;
}
.AnyTagClassName
{
color: #6A7CEB;
}
</style>
background-color css
<style>
a { background-color: #6A7CEB; }
a { background-color: rgb(106,124,235); }
div.DivClassName
{
background-color: #6A7CEB;
}
.BgClassName
{
background-color: #6A7CEB;
}
</style>
border-color css
<style>
span { border-color: #6A7CEB; }
span { border-color: rgb(106,124,235); }
td.TdClassName
{
border-color: #6A7CEB;
}
.TagClassName
{
border-color: #6A7CEB;
}
</style>