Shades of Cornflower Blue #6BA5FD
Tints of Cornflower Blue #6BA5FD
RGB
CMYK
RGB Variations
Color information
#6BA5FD (or 0x6BA5FD) is known color: Cornflower Blue. HEX triplet: 6B, A5 and FD. RGB value is (107,165,253). Sum of RGB (Red+Green+Blue) = 107+165+253=525 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.38% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #6BA5FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA5FD is #945A02. Grayscale: #9D9D9D. Windows color (decimal): -9722371 or 16622955. OLE color: 16622955.
HSL color Cylindrical-coordinate representation of color #6BA5FD: hue angle of 216.16º 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 #6BA5FD is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 165 | 253 | - |
| CMYK | 0.58 | 0.35 | 0 | 0.01 |
| HSL | 216.16º | 0.97% | 0.71% | - |
| HSV(B) | 216.16º | 0.58% | 0.99% | - |
| XYZ | 37.25 | 37.13 | 98.13 | - |
| YUV | 157.69 | 181.78 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 165 | 253 | 0.58 | 0.35 | 0 | 0.01 | 216.16 | 0.97 | 0.71 |
| Hex | 6B | A5 | FD | 3A | 23 | 0 | 1 | D8 | 61 | 47 |
| Octal | 153 | 245 | 375 | 72 | 43 | 0 | 1 | 330 | 141 | 107 |
| Binary | 1101011 | 10100101 | 11111101 | 111010 | 100011 | 0 | 1 | 11011000 | 1100001 | 1000111 |
Color Harmonies of #6BA5FD
Complementary color
Monochromatic Colors of #6BA5FD
Black with #6BA5FD
Text Example
Text Example
White with #6BA5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA5FD; }
p { color: rgb(107,165,253); }
H1.HeaderClassName
{
color: #6BA5FD;
}
.AnyTagClassName
{
color: #6BA5FD;
}
</style>
background-color css
<style>
a { background-color: #6BA5FD; }
a { background-color: rgb(107,165,253); }
div.DivClassName
{
background-color: #6BA5FD;
}
.BgClassName
{
background-color: #6BA5FD;
}
</style>
border-color css
<style>
span { border-color: #6BA5FD; }
span { border-color: rgb(107,165,253); }
td.TdClassName
{
border-color: #6BA5FD;
}
.TagClassName
{
border-color: #6BA5FD;
}
</style>