Shades of Cornflower Blue #6B8AFC
Tints of Cornflower Blue #6B8AFC
RGB
CMYK
RGB Variations
Color information
#6B8AFC (or 0x6B8AFC) is known color: Cornflower Blue. HEX triplet: 6B, 8A and FC. RGB value is (107,138,252). Sum of RGB (Red+Green+Blue) = 107+138+252=497 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.53% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B8AFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B8AFC is #947503. Grayscale: #8D8D8D. Windows color (decimal): -9729284 or 16550507. OLE color: 16550507.
HSL color Cylindrical-coordinate representation of color #6B8AFC: hue angle of 227.17º 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 #6B8AFC is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 138 | 252 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.01 |
| HSL | 227.17º | 0.96% | 0.7% | - |
| HSV(B) | 227.17º | 0.58% | 0.99% | - |
| XYZ | 32.72 | 28.33 | 95.84 | - |
| YUV | 141.73 | 190.23 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 138 | 252 | 0.58 | 0.45 | 0 | 0.01 | 227.17 | 0.96 | 0.7 |
| Hex | 6B | 8A | FC | 3A | 2D | 0 | 1 | E3 | 60 | 46 |
| Octal | 153 | 212 | 374 | 72 | 55 | 0 | 1 | 343 | 140 | 106 |
| Binary | 1101011 | 10001010 | 11111100 | 111010 | 101101 | 0 | 1 | 11100011 | 1100000 | 1000110 |
Color Harmonies of #6B8AFC
Complementary color
Monochromatic Colors of #6B8AFC
Black with #6B8AFC
Text Example
Text Example
White with #6B8AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8AFC; }
p { color: rgb(107,138,252); }
H1.HeaderClassName
{
color: #6B8AFC;
}
.AnyTagClassName
{
color: #6B8AFC;
}
</style>
background-color css
<style>
a { background-color: #6B8AFC; }
a { background-color: rgb(107,138,252); }
div.DivClassName
{
background-color: #6B8AFC;
}
.BgClassName
{
background-color: #6B8AFC;
}
</style>
border-color css
<style>
span { border-color: #6B8AFC; }
span { border-color: rgb(107,138,252); }
td.TdClassName
{
border-color: #6B8AFC;
}
.TagClassName
{
border-color: #6B8AFC;
}
</style>