Shades of Cornflower Blue #6BA3FD
Tints of Cornflower Blue #6BA3FD
RGB
CMYK
RGB Variations
Color information
#6BA3FD (or 0x6BA3FD) is known color: Cornflower Blue. HEX triplet: 6B, A3 and FD. RGB value is (107,163,253). Sum of RGB (Red+Green+Blue) = 107+163+253=523 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.46% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #6BA3FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA3FD is #945C02. Grayscale: #9C9C9C. Windows color (decimal): -9722883 or 16622443. OLE color: 16622443.
HSL color Cylindrical-coordinate representation of color #6BA3FD: hue angle of 216.99º 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 #6BA3FD is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 163 | 253 | - |
| CMYK | 0.58 | 0.36 | 0 | 0.01 |
| HSL | 216.99º | 0.97% | 0.71% | - |
| HSV(B) | 216.99º | 0.58% | 0.99% | - |
| XYZ | 36.89 | 36.41 | 98.01 | - |
| YUV | 156.52 | 182.45 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 163 | 253 | 0.58 | 0.36 | 0 | 0.01 | 216.99 | 0.97 | 0.71 |
| Hex | 6B | A3 | FD | 3A | 24 | 0 | 1 | D9 | 61 | 47 |
| Octal | 153 | 243 | 375 | 72 | 44 | 0 | 1 | 331 | 141 | 107 |
| Binary | 1101011 | 10100011 | 11111101 | 111010 | 100100 | 0 | 1 | 11011001 | 1100001 | 1000111 |
Color Harmonies of #6BA3FD
Complementary color
Monochromatic Colors of #6BA3FD
Black with #6BA3FD
Text Example
Text Example
White with #6BA3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA3FD; }
p { color: rgb(107,163,253); }
H1.HeaderClassName
{
color: #6BA3FD;
}
.AnyTagClassName
{
color: #6BA3FD;
}
</style>
background-color css
<style>
a { background-color: #6BA3FD; }
a { background-color: rgb(107,163,253); }
div.DivClassName
{
background-color: #6BA3FD;
}
.BgClassName
{
background-color: #6BA3FD;
}
</style>
border-color css
<style>
span { border-color: #6BA3FD; }
span { border-color: rgb(107,163,253); }
td.TdClassName
{
border-color: #6BA3FD;
}
.TagClassName
{
border-color: #6BA3FD;
}
</style>