Shades of Cornflower Blue #6A7BEE
Tints of Cornflower Blue #6A7BEE
RGB
CMYK
RGB Variations
Color information
#6A7BEE (or 0x6A7BEE) is known color: Cornflower Blue. HEX triplet: 6A, 7B and EE. RGB value is (106,123,238). Sum of RGB (Red+Green+Blue) = 106+123+238=467 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.70% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #6A7BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A7BEE is #958411. Grayscale: #828282. Windows color (decimal): -9798674 or 15629162. OLE color: 15629162.
HSL color Cylindrical-coordinate representation of color #6A7BEE: hue angle of 232.27º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A7BEE is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 123 | 238 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.07 |
| HSL | 232.27º | 0.8% | 0.67% | - |
| HSV(B) | 232.27º | 0.55% | 0.93% | - |
| XYZ | 28.46 | 23.4 | 83.91 | - |
| YUV | 131.03 | 188.37 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 123 | 238 | 0.55 | 0.48 | 0 | 0.07 | 232.27 | 0.8 | 0.67 |
| Hex | 6A | 7B | EE | 37 | 30 | 0 | 7 | E8 | 50 | 43 |
| Octal | 152 | 173 | 356 | 67 | 60 | 0 | 7 | 350 | 120 | 103 |
| Binary | 1101010 | 1111011 | 11101110 | 110111 | 110000 | 0 | 111 | 11101000 | 1010000 | 1000011 |
Color Harmonies of #6A7BEE
Complementary color
Monochromatic Colors of #6A7BEE
Black with #6A7BEE
Text Example
Text Example
White with #6A7BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7BEE; }
p { color: rgb(106,123,238); }
H1.HeaderClassName
{
color: #6A7BEE;
}
.AnyTagClassName
{
color: #6A7BEE;
}
</style>
background-color css
<style>
a { background-color: #6A7BEE; }
a { background-color: rgb(106,123,238); }
div.DivClassName
{
background-color: #6A7BEE;
}
.BgClassName
{
background-color: #6A7BEE;
}
</style>
border-color css
<style>
span { border-color: #6A7BEE; }
span { border-color: rgb(106,123,238); }
td.TdClassName
{
border-color: #6A7BEE;
}
.TagClassName
{
border-color: #6A7BEE;
}
</style>