Shades of Cornflower Blue #6BA5FC
Tints of Cornflower Blue #6BA5FC
RGB
CMYK
RGB Variations
Color information
#6BA5FC (or 0x6BA5FC) is known color: Cornflower Blue. HEX triplet: 6B, A5 and FC. RGB value is (107,165,252). Sum of RGB (Red+Green+Blue) = 107+165+252=524 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.42% from 524); Green value is 165 (64.84% from 255 or 31.49% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #6BA5FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA5FC is #945A03. Grayscale: #9D9D9D. Windows color (decimal): -9722372 or 16557419. OLE color: 16557419.
HSL color Cylindrical-coordinate representation of color #6BA5FC: hue angle of 216º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BA5FC is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 165 | 252 | - |
| CMYK | 0.58 | 0.35 | 0 | 0.01 |
| HSL | 216º | 0.96% | 0.7% | - |
| HSV(B) | 216º | 0.58% | 0.99% | - |
| XYZ | 37.09 | 37.06 | 97.29 | - |
| YUV | 157.58 | 181.28 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 165 | 252 | 0.58 | 0.35 | 0 | 0.01 | 216 | 0.96 | 0.7 |
| Hex | 6B | A5 | FC | 3A | 23 | 0 | 1 | D8 | 60 | 46 |
| Octal | 153 | 245 | 374 | 72 | 43 | 0 | 1 | 330 | 140 | 106 |
| Binary | 1101011 | 10100101 | 11111100 | 111010 | 100011 | 0 | 1 | 11011000 | 1100000 | 1000110 |
Color Harmonies of #6BA5FC
Complementary color
Monochromatic Colors of #6BA5FC
Black with #6BA5FC
Text Example
Text Example
White with #6BA5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA5FC; }
p { color: rgb(107,165,252); }
H1.HeaderClassName
{
color: #6BA5FC;
}
.AnyTagClassName
{
color: #6BA5FC;
}
</style>
background-color css
<style>
a { background-color: #6BA5FC; }
a { background-color: rgb(107,165,252); }
div.DivClassName
{
background-color: #6BA5FC;
}
.BgClassName
{
background-color: #6BA5FC;
}
</style>
border-color css
<style>
span { border-color: #6BA5FC; }
span { border-color: rgb(107,165,252); }
td.TdClassName
{
border-color: #6BA5FC;
}
.TagClassName
{
border-color: #6BA5FC;
}
</style>