Shades of Cornflower Blue #6B9CFA
Tints of Cornflower Blue #6B9CFA
RGB
CMYK
RGB Variations
Color information
#6B9CFA (or 0x6B9CFA) is known color: Cornflower Blue. HEX triplet: 6B, 9C and FA. RGB value is (107,156,250). Sum of RGB (Red+Green+Blue) = 107+156+250=513 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.86% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #6B9CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B9CFA is #946305. Grayscale: #979797. Windows color (decimal): -9724678 or 16424043. OLE color: 16424043.
HSL color Cylindrical-coordinate representation of color #6B9CFA: hue angle of 219.44º 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 #6B9CFA is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 156 | 250 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.02 |
| HSL | 219.44º | 0.93% | 0.7% | - |
| HSV(B) | 219.44º | 0.57% | 0.98% | - |
| XYZ | 35.21 | 33.8 | 95.11 | - |
| YUV | 152.07 | 183.27 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 156 | 250 | 0.57 | 0.38 | 0 | 0.02 | 219.44 | 0.93 | 0.7 |
| Hex | 6B | 9C | FA | 39 | 26 | 0 | 2 | DB | 5D | 46 |
| Octal | 153 | 234 | 372 | 71 | 46 | 0 | 2 | 333 | 135 | 106 |
| Binary | 1101011 | 10011100 | 11111010 | 111001 | 100110 | 0 | 10 | 11011011 | 1011101 | 1000110 |
Color Harmonies of #6B9CFA
Complementary color
Monochromatic Colors of #6B9CFA
Black with #6B9CFA
Text Example
Text Example
White with #6B9CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9CFA; }
p { color: rgb(107,156,250); }
H1.HeaderClassName
{
color: #6B9CFA;
}
.AnyTagClassName
{
color: #6B9CFA;
}
</style>
background-color css
<style>
a { background-color: #6B9CFA; }
a { background-color: rgb(107,156,250); }
div.DivClassName
{
background-color: #6B9CFA;
}
.BgClassName
{
background-color: #6B9CFA;
}
</style>
border-color css
<style>
span { border-color: #6B9CFA; }
span { border-color: rgb(107,156,250); }
td.TdClassName
{
border-color: #6B9CFA;
}
.TagClassName
{
border-color: #6B9CFA;
}
</style>