Shades of Cornflower Blue #6BA2F6
Tints of Cornflower Blue #6BA2F6
RGB
CMYK
RGB Variations
Color information
#6BA2F6 (or 0x6BA2F6) is known color: Cornflower Blue. HEX triplet: 6B, A2 and F6. RGB value is (107,162,246). Sum of RGB (Red+Green+Blue) = 107+162+246=515 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.78% from 515); Green value is 162 (63.67% from 255 or 31.46% from 515); Blue value is 246 (96.48% from 255 or 47.77% from 515); Max value from RGB is 246 - color contains mainly: blue. Hex color #6BA2F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA2F6 is #945D09. Grayscale: #9A9A9A. Windows color (decimal): -9723146 or 16163435. OLE color: 16163435.
HSL color Cylindrical-coordinate representation of color #6BA2F6: hue angle of 216.26º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BA2F6 is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 107 | 162 | 246 | - |
| CMYK | 0.57 | 0.34 | 0 | 0.04 |
| HSL | 216.26º | 0.89% | 0.69% | - |
| HSV(B) | 216.26º | 0.57% | 0.96% | - |
| XYZ | 35.62 | 35.62 | 92.19 | - |
| YUV | 155.13 | 179.28 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 162 | 246 | 0.57 | 0.34 | 0 | 0.04 | 216.26 | 0.89 | 0.69 |
| Hex | 6B | A2 | F6 | 39 | 22 | 0 | 4 | D8 | 59 | 45 |
| Octal | 153 | 242 | 366 | 71 | 42 | 0 | 4 | 330 | 131 | 105 |
| Binary | 1101011 | 10100010 | 11110110 | 111001 | 100010 | 0 | 100 | 11011000 | 1011001 | 1000101 |
Color Harmonies of #6BA2F6
Complementary color
Monochromatic Colors of #6BA2F6
Black with #6BA2F6
Text Example
Text Example
White with #6BA2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA2F6; }
p { color: rgb(107,162,246); }
H1.HeaderClassName
{
color: #6BA2F6;
}
.AnyTagClassName
{
color: #6BA2F6;
}
</style>
background-color css
<style>
a { background-color: #6BA2F6; }
a { background-color: rgb(107,162,246); }
div.DivClassName
{
background-color: #6BA2F6;
}
.BgClassName
{
background-color: #6BA2F6;
}
</style>
border-color css
<style>
span { border-color: #6BA2F6; }
span { border-color: rgb(107,162,246); }
td.TdClassName
{
border-color: #6BA2F6;
}
.TagClassName
{
border-color: #6BA2F6;
}
</style>