Shades of Cornflower Blue #6B7EFC
Tints of Cornflower Blue #6B7EFC
RGB
CMYK
RGB Variations
Color information
#6B7EFC (or 0x6B7EFC) is known color: Cornflower Blue. HEX triplet: 6B, 7E and FC. RGB value is (107,126,252). Sum of RGB (Red+Green+Blue) = 107+126+252=485 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.06% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B7EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7EFC is #948103. Grayscale: #868686. Windows color (decimal): -9732356 or 16547435. OLE color: 16547435.
HSL color Cylindrical-coordinate representation of color #6B7EFC: hue angle of 232.14º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B7EFC is Cyan = 0.58, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 126 | 252 | - |
| CMYK | 0.58 | 0.5 | 0 | 0.01 |
| HSL | 232.14º | 0.96% | 0.7% | - |
| HSV(B) | 232.14º | 0.58% | 0.99% | - |
| XYZ | 31.09 | 25.08 | 95.3 | - |
| YUV | 134.68 | 194.21 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 126 | 252 | 0.58 | 0.5 | 0 | 0.01 | 232.14 | 0.96 | 0.7 |
| Hex | 6B | 7E | FC | 3A | 32 | 0 | 1 | E8 | 60 | 46 |
| Octal | 153 | 176 | 374 | 72 | 62 | 0 | 1 | 350 | 140 | 106 |
| Binary | 1101011 | 1111110 | 11111100 | 111010 | 110010 | 0 | 1 | 11101000 | 1100000 | 1000110 |
Color Harmonies of #6B7EFC
Complementary color
Monochromatic Colors of #6B7EFC
Black with #6B7EFC
Text Example
Text Example
White with #6B7EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7EFC; }
p { color: rgb(107,126,252); }
H1.HeaderClassName
{
color: #6B7EFC;
}
.AnyTagClassName
{
color: #6B7EFC;
}
</style>
background-color css
<style>
a { background-color: #6B7EFC; }
a { background-color: rgb(107,126,252); }
div.DivClassName
{
background-color: #6B7EFC;
}
.BgClassName
{
background-color: #6B7EFC;
}
</style>
border-color css
<style>
span { border-color: #6B7EFC; }
span { border-color: rgb(107,126,252); }
td.TdClassName
{
border-color: #6B7EFC;
}
.TagClassName
{
border-color: #6B7EFC;
}
</style>