Shades of Cornflower Blue #6BA0FE
Tints of Cornflower Blue #6BA0FE
RGB
CMYK
RGB Variations
Color information
#6BA0FE (or 0x6BA0FE) is known color: Cornflower Blue. HEX triplet: 6B, A0 and FE. RGB value is (107,160,254). Sum of RGB (Red+Green+Blue) = 107+160+254=521 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.54% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #6BA0FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA0FE is #945F01. Grayscale: #9A9A9A. Windows color (decimal): -9723650 or 16687211. OLE color: 16687211.
HSL color Cylindrical-coordinate representation of color #6BA0FE: hue angle of 218.37º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BA0FE is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 160 | 254 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.00 |
| HSL | 218.37º | 0.99% | 0.71% | - |
| HSV(B) | 218.37º | 0.58% | 1% | - |
| XYZ | 36.52 | 35.42 | 98.68 | - |
| YUV | 154.87 | 183.94 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 160 | 254 | 0.58 | 0.37 | 0 | 0.00 | 218.37 | 0.99 | 0.71 |
| Hex | 6B | A0 | FE | 3A | 25 | 0 | 0 | DA | 63 | 47 |
| Octal | 153 | 240 | 376 | 72 | 45 | 0 | 0 | 332 | 143 | 107 |
| Binary | 1101011 | 10100000 | 11111110 | 111010 | 100101 | 0 | 0 | 11011010 | 1100011 | 1000111 |
Color Harmonies of #6BA0FE
Complementary color
Monochromatic Colors of #6BA0FE
Black with #6BA0FE
Text Example
Text Example
White with #6BA0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA0FE; }
p { color: rgb(107,160,254); }
H1.HeaderClassName
{
color: #6BA0FE;
}
.AnyTagClassName
{
color: #6BA0FE;
}
</style>
background-color css
<style>
a { background-color: #6BA0FE; }
a { background-color: rgb(107,160,254); }
div.DivClassName
{
background-color: #6BA0FE;
}
.BgClassName
{
background-color: #6BA0FE;
}
</style>
border-color css
<style>
span { border-color: #6BA0FE; }
span { border-color: rgb(107,160,254); }
td.TdClassName
{
border-color: #6BA0FE;
}
.TagClassName
{
border-color: #6BA0FE;
}
</style>