Shades of Cornflower Blue #6BA4FC
Tints of Cornflower Blue #6BA4FC
RGB
CMYK
RGB Variations
Color information
#6BA4FC (or 0x6BA4FC) is known color: Cornflower Blue. HEX triplet: 6B, A4 and FC. RGB value is (107,164,252). Sum of RGB (Red+Green+Blue) = 107+164+252=523 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.46% from 523); Green value is 164 (64.45% from 255 or 31.36% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #6BA4FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA4FC is #945B03. Grayscale: #9C9C9C. Windows color (decimal): -9722628 or 16557163. OLE color: 16557163.
HSL color Cylindrical-coordinate representation of color #6BA4FC: hue angle of 216.41º 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 #6BA4FC is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 164 | 252 | - |
| CMYK | 0.58 | 0.35 | 0 | 0.01 |
| HSL | 216.41º | 0.96% | 0.7% | - |
| HSV(B) | 216.41º | 0.58% | 0.99% | - |
| XYZ | 36.91 | 36.7 | 97.23 | - |
| YUV | 156.99 | 181.62 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 164 | 252 | 0.58 | 0.35 | 0 | 0.01 | 216.41 | 0.96 | 0.7 |
| Hex | 6B | A4 | FC | 3A | 23 | 0 | 1 | D8 | 60 | 46 |
| Octal | 153 | 244 | 374 | 72 | 43 | 0 | 1 | 330 | 140 | 106 |
| Binary | 1101011 | 10100100 | 11111100 | 111010 | 100011 | 0 | 1 | 11011000 | 1100000 | 1000110 |
Color Harmonies of #6BA4FC
Complementary color
Monochromatic Colors of #6BA4FC
Black with #6BA4FC
Text Example
Text Example
White with #6BA4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA4FC; }
p { color: rgb(107,164,252); }
H1.HeaderClassName
{
color: #6BA4FC;
}
.AnyTagClassName
{
color: #6BA4FC;
}
</style>
background-color css
<style>
a { background-color: #6BA4FC; }
a { background-color: rgb(107,164,252); }
div.DivClassName
{
background-color: #6BA4FC;
}
.BgClassName
{
background-color: #6BA4FC;
}
</style>
border-color css
<style>
span { border-color: #6BA4FC; }
span { border-color: rgb(107,164,252); }
td.TdClassName
{
border-color: #6BA4FC;
}
.TagClassName
{
border-color: #6BA4FC;
}
</style>