Shades of Cornflower Blue #6BA0FD
Tints of Cornflower Blue #6BA0FD
RGB
CMYK
RGB Variations
Color information
#6BA0FD (or 0x6BA0FD) is known color: Cornflower Blue. HEX triplet: 6B, A0 and FD. RGB value is (107,160,253). Sum of RGB (Red+Green+Blue) = 107+160+253=520 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.58% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #6BA0FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA0FD is #945F02. Grayscale: #9A9A9A. Windows color (decimal): -9723651 or 16621675. OLE color: 16621675.
HSL color Cylindrical-coordinate representation of color #6BA0FD: hue angle of 218.22º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BA0FD is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 160 | 253 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.01 |
| HSL | 218.22º | 0.97% | 0.71% | - |
| HSV(B) | 218.22º | 0.58% | 0.99% | - |
| XYZ | 36.36 | 35.36 | 97.84 | - |
| YUV | 154.76 | 183.44 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 160 | 253 | 0.58 | 0.37 | 0 | 0.01 | 218.22 | 0.97 | 0.71 |
| Hex | 6B | A0 | FD | 3A | 25 | 0 | 1 | DA | 61 | 47 |
| Octal | 153 | 240 | 375 | 72 | 45 | 0 | 1 | 332 | 141 | 107 |
| Binary | 1101011 | 10100000 | 11111101 | 111010 | 100101 | 0 | 1 | 11011010 | 1100001 | 1000111 |
Color Harmonies of #6BA0FD
Complementary color
Monochromatic Colors of #6BA0FD
Black with #6BA0FD
Text Example
Text Example
White with #6BA0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA0FD; }
p { color: rgb(107,160,253); }
H1.HeaderClassName
{
color: #6BA0FD;
}
.AnyTagClassName
{
color: #6BA0FD;
}
</style>
background-color css
<style>
a { background-color: #6BA0FD; }
a { background-color: rgb(107,160,253); }
div.DivClassName
{
background-color: #6BA0FD;
}
.BgClassName
{
background-color: #6BA0FD;
}
</style>
border-color css
<style>
span { border-color: #6BA0FD; }
span { border-color: rgb(107,160,253); }
td.TdClassName
{
border-color: #6BA0FD;
}
.TagClassName
{
border-color: #6BA0FD;
}
</style>