Shades of Cornflower Blue #6B7CF3
Tints of Cornflower Blue #6B7CF3
RGB
CMYK
RGB Variations
Color information
#6B7CF3 (or 0x6B7CF3) is known color: Cornflower Blue. HEX triplet: 6B, 7C and F3. RGB value is (107,124,243). Sum of RGB (Red+Green+Blue) = 107+124+243=474 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.57% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 243 (95.31% from 255 or 51.27% from 474); Max value from RGB is 243 - color contains mainly: blue. Hex color #6B7CF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7CF3 is #94830C. Grayscale: #838383. Windows color (decimal): -9732877 or 15957099. OLE color: 15957099.
HSL color Cylindrical-coordinate representation of color #6B7CF3: hue angle of 232.5º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B7CF3 is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 124 | 243 | - |
| CMYK | 0.56 | 0.49 | 0 | 0.05 |
| HSL | 232.5º | 0.85% | 0.69% | - |
| HSV(B) | 232.5º | 0.56% | 0.95% | - |
| XYZ | 29.45 | 24.01 | 87.88 | - |
| YUV | 132.48 | 190.37 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 124 | 243 | 0.56 | 0.49 | 0 | 0.05 | 232.5 | 0.85 | 0.69 |
| Hex | 6B | 7C | F3 | 38 | 31 | 0 | 5 | E8 | 55 | 45 |
| Octal | 153 | 174 | 363 | 70 | 61 | 0 | 5 | 350 | 125 | 105 |
| Binary | 1101011 | 1111100 | 11110011 | 111000 | 110001 | 0 | 101 | 11101000 | 1010101 | 1000101 |
Color Harmonies of #6B7CF3
Complementary color
Monochromatic Colors of #6B7CF3
Black with #6B7CF3
Text Example
Text Example
White with #6B7CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7CF3; }
p { color: rgb(107,124,243); }
H1.HeaderClassName
{
color: #6B7CF3;
}
.AnyTagClassName
{
color: #6B7CF3;
}
</style>
background-color css
<style>
a { background-color: #6B7CF3; }
a { background-color: rgb(107,124,243); }
div.DivClassName
{
background-color: #6B7CF3;
}
.BgClassName
{
background-color: #6B7CF3;
}
</style>
border-color css
<style>
span { border-color: #6B7CF3; }
span { border-color: rgb(107,124,243); }
td.TdClassName
{
border-color: #6B7CF3;
}
.TagClassName
{
border-color: #6B7CF3;
}
</style>