Shades of Cornflower Blue #6B7DFC
Tints of Cornflower Blue #6B7DFC
RGB
CMYK
RGB Variations
Color information
#6B7DFC (or 0x6B7DFC) is known color: Cornflower Blue. HEX triplet: 6B, 7D and FC. RGB value is (107,125,252). Sum of RGB (Red+Green+Blue) = 107+125+252=484 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.11% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B7DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7DFC is #948203. Grayscale: #858585. Windows color (decimal): -9732612 or 16547179. OLE color: 16547179.
HSL color Cylindrical-coordinate representation of color #6B7DFC: hue angle of 232.55º 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 #6B7DFC is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 125 | 252 | - |
| CMYK | 0.58 | 0.50 | 0 | 0.01 |
| HSL | 232.55º | 0.96% | 0.7% | - |
| HSV(B) | 232.55º | 0.58% | 0.99% | - |
| XYZ | 30.97 | 24.82 | 95.25 | - |
| YUV | 134.1 | 194.54 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 125 | 252 | 0.58 | 0.50 | 0 | 0.01 | 232.55 | 0.96 | 0.7 |
| Hex | 6B | 7D | FC | 3A | 32 | 0 | 1 | E9 | 60 | 46 |
| Octal | 153 | 175 | 374 | 72 | 62 | 0 | 1 | 351 | 140 | 106 |
| Binary | 1101011 | 1111101 | 11111100 | 111010 | 110010 | 0 | 1 | 11101001 | 1100000 | 1000110 |
Color Harmonies of #6B7DFC
Complementary color
Monochromatic Colors of #6B7DFC
Black with #6B7DFC
Text Example
Text Example
White with #6B7DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7DFC; }
p { color: rgb(107,125,252); }
H1.HeaderClassName
{
color: #6B7DFC;
}
.AnyTagClassName
{
color: #6B7DFC;
}
</style>
background-color css
<style>
a { background-color: #6B7DFC; }
a { background-color: rgb(107,125,252); }
div.DivClassName
{
background-color: #6B7DFC;
}
.BgClassName
{
background-color: #6B7DFC;
}
</style>
border-color css
<style>
span { border-color: #6B7DFC; }
span { border-color: rgb(107,125,252); }
td.TdClassName
{
border-color: #6B7DFC;
}
.TagClassName
{
border-color: #6B7DFC;
}
</style>