Shades of Cornflower Blue #6B7BE7
Tints of Cornflower Blue #6B7BE7
RGB
CMYK
RGB Variations
Color information
#6B7BE7 (or 0x6B7BE7) is known color: Cornflower Blue. HEX triplet: 6B, 7B and E7. RGB value is (107,123,231). Sum of RGB (Red+Green+Blue) = 107+123+231=461 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.21% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 231 (90.62% from 255 or 50.11% from 461); Max value from RGB is 231 - color contains mainly: blue. Hex color #6B7BE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7BE7 is #948418. Grayscale: #828282. Windows color (decimal): -9733145 or 15170411. OLE color: 15170411.
HSL color Cylindrical-coordinate representation of color #6B7BE7: hue angle of 232.26º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B7BE7 is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 107 | 123 | 231 | - |
| CMYK | 0.54 | 0.47 | 0 | 0.09 |
| HSL | 232.26º | 0.72% | 0.66% | - |
| HSV(B) | 232.26º | 0.54% | 0.91% | - |
| XYZ | 27.57 | 23.06 | 78.6 | - |
| YUV | 130.53 | 184.7 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 123 | 231 | 0.54 | 0.47 | 0 | 0.09 | 232.26 | 0.72 | 0.66 |
| Hex | 6B | 7B | E7 | 36 | 2F | 0 | 9 | E8 | 48 | 42 |
| Octal | 153 | 173 | 347 | 66 | 57 | 0 | 11 | 350 | 110 | 102 |
| Binary | 1101011 | 1111011 | 11100111 | 110110 | 101111 | 0 | 1001 | 11101000 | 1001000 | 1000010 |
Color Harmonies of #6B7BE7
Complementary color
Monochromatic Colors of #6B7BE7
Black with #6B7BE7
Text Example
Text Example
White with #6B7BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7BE7; }
p { color: rgb(107,123,231); }
H1.HeaderClassName
{
color: #6B7BE7;
}
.AnyTagClassName
{
color: #6B7BE7;
}
</style>
background-color css
<style>
a { background-color: #6B7BE7; }
a { background-color: rgb(107,123,231); }
div.DivClassName
{
background-color: #6B7BE7;
}
.BgClassName
{
background-color: #6B7BE7;
}
</style>
border-color css
<style>
span { border-color: #6B7BE7; }
span { border-color: rgb(107,123,231); }
td.TdClassName
{
border-color: #6B7BE7;
}
.TagClassName
{
border-color: #6B7BE7;
}
</style>