Shades of Cornflower Blue #6B7EF1
Tints of Cornflower Blue #6B7EF1
RGB
CMYK
RGB Variations
Color information
#6B7EF1 (or 0x6B7EF1) is known color: Cornflower Blue. HEX triplet: 6B, 7E and F1. RGB value is (107,126,241). Sum of RGB (Red+Green+Blue) = 107+126+241=474 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.57% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #6B7EF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7EF1 is #94810E. Grayscale: #848484. Windows color (decimal): -9732367 or 15826539. OLE color: 15826539.
HSL color Cylindrical-coordinate representation of color #6B7EF1: hue angle of 231.49º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B7EF1 is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 126 | 241 | - |
| CMYK | 0.56 | 0.48 | 0 | 0.05 |
| HSL | 231.49º | 0.83% | 0.68% | - |
| HSV(B) | 231.49º | 0.56% | 0.95% | - |
| XYZ | 29.4 | 24.4 | 86.38 | - |
| YUV | 133.43 | 188.71 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 126 | 241 | 0.56 | 0.48 | 0 | 0.05 | 231.49 | 0.83 | 0.68 |
| Hex | 6B | 7E | F1 | 38 | 30 | 0 | 5 | E7 | 53 | 44 |
| Octal | 153 | 176 | 361 | 70 | 60 | 0 | 5 | 347 | 123 | 104 |
| Binary | 1101011 | 1111110 | 11110001 | 111000 | 110000 | 0 | 101 | 11100111 | 1010011 | 1000100 |
Color Harmonies of #6B7EF1
Complementary color
Monochromatic Colors of #6B7EF1
Black with #6B7EF1
Text Example
Text Example
White with #6B7EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7EF1; }
p { color: rgb(107,126,241); }
H1.HeaderClassName
{
color: #6B7EF1;
}
.AnyTagClassName
{
color: #6B7EF1;
}
</style>
background-color css
<style>
a { background-color: #6B7EF1; }
a { background-color: rgb(107,126,241); }
div.DivClassName
{
background-color: #6B7EF1;
}
.BgClassName
{
background-color: #6B7EF1;
}
</style>
border-color css
<style>
span { border-color: #6B7EF1; }
span { border-color: rgb(107,126,241); }
td.TdClassName
{
border-color: #6B7EF1;
}
.TagClassName
{
border-color: #6B7EF1;
}
</style>