Shades of Cornflower Blue #6B7FFC
Tints of Cornflower Blue #6B7FFC
RGB
CMYK
RGB Variations
Color information
#6B7FFC (or 0x6B7FFC) is known color: Cornflower Blue. HEX triplet: 6B, 7F and FC. RGB value is (107,127,252). Sum of RGB (Red+Green+Blue) = 107+127+252=486 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.02% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B7FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7FFC is #948003. Grayscale: #868686. Windows color (decimal): -9732100 or 16547691. OLE color: 16547691.
HSL color Cylindrical-coordinate representation of color #6B7FFC: hue angle of 231.72º 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 #6B7FFC is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 127 | 252 | - |
| CMYK | 0.58 | 0.50 | 0 | 0.01 |
| HSL | 231.72º | 0.96% | 0.7% | - |
| HSV(B) | 231.72º | 0.58% | 0.99% | - |
| XYZ | 31.22 | 25.33 | 95.34 | - |
| YUV | 135.27 | 193.87 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 127 | 252 | 0.58 | 0.50 | 0 | 0.01 | 231.72 | 0.96 | 0.7 |
| Hex | 6B | 7F | FC | 3A | 32 | 0 | 1 | E8 | 60 | 46 |
| Octal | 153 | 177 | 374 | 72 | 62 | 0 | 1 | 350 | 140 | 106 |
| Binary | 1101011 | 1111111 | 11111100 | 111010 | 110010 | 0 | 1 | 11101000 | 1100000 | 1000110 |
Color Harmonies of #6B7FFC
Complementary color
Monochromatic Colors of #6B7FFC
Black with #6B7FFC
Text Example
Text Example
White with #6B7FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7FFC; }
p { color: rgb(107,127,252); }
H1.HeaderClassName
{
color: #6B7FFC;
}
.AnyTagClassName
{
color: #6B7FFC;
}
</style>
background-color css
<style>
a { background-color: #6B7FFC; }
a { background-color: rgb(107,127,252); }
div.DivClassName
{
background-color: #6B7FFC;
}
.BgClassName
{
background-color: #6B7FFC;
}
</style>
border-color css
<style>
span { border-color: #6B7FFC; }
span { border-color: rgb(107,127,252); }
td.TdClassName
{
border-color: #6B7FFC;
}
.TagClassName
{
border-color: #6B7FFC;
}
</style>