Shades of Cornflower Blue #6B8FFA
Tints of Cornflower Blue #6B8FFA
RGB
CMYK
RGB Variations
Color information
#6B8FFA (or 0x6B8FFA) is known color: Cornflower Blue. HEX triplet: 6B, 8F and FA. RGB value is (107,143,250). Sum of RGB (Red+Green+Blue) = 107+143+250=500 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.4% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #6B8FFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B8FFA is #947005. Grayscale: #8F8F8F. Windows color (decimal): -9728006 or 16420715. OLE color: 16420715.
HSL color Cylindrical-coordinate representation of color #6B8FFA: hue angle of 224.9º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B8FFA is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 143 | 250 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.02 |
| HSL | 224.9º | 0.93% | 0.7% | - |
| HSV(B) | 224.9º | 0.57% | 0.98% | - |
| XYZ | 33.14 | 29.67 | 94.42 | - |
| YUV | 144.43 | 187.57 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 143 | 250 | 0.57 | 0.43 | 0 | 0.02 | 224.9 | 0.93 | 0.7 |
| Hex | 6B | 8F | FA | 39 | 2B | 0 | 2 | E1 | 5D | 46 |
| Octal | 153 | 217 | 372 | 71 | 53 | 0 | 2 | 341 | 135 | 106 |
| Binary | 1101011 | 10001111 | 11111010 | 111001 | 101011 | 0 | 10 | 11100001 | 1011101 | 1000110 |
Color Harmonies of #6B8FFA
Complementary color
Monochromatic Colors of #6B8FFA
Black with #6B8FFA
Text Example
Text Example
White with #6B8FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8FFA; }
p { color: rgb(107,143,250); }
H1.HeaderClassName
{
color: #6B8FFA;
}
.AnyTagClassName
{
color: #6B8FFA;
}
</style>
background-color css
<style>
a { background-color: #6B8FFA; }
a { background-color: rgb(107,143,250); }
div.DivClassName
{
background-color: #6B8FFA;
}
.BgClassName
{
background-color: #6B8FFA;
}
</style>
border-color css
<style>
span { border-color: #6B8FFA; }
span { border-color: rgb(107,143,250); }
td.TdClassName
{
border-color: #6B8FFA;
}
.TagClassName
{
border-color: #6B8FFA;
}
</style>