Shades of Cornflower Blue #6B85FC
Tints of Cornflower Blue #6B85FC
RGB
CMYK
RGB Variations
Color information
#6B85FC (or 0x6B85FC) is known color: Cornflower Blue. HEX triplet: 6B, 85 and FC. RGB value is (107,133,252). Sum of RGB (Red+Green+Blue) = 107+133+252=492 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.75% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B85FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B85FC is #947A03. Grayscale: #8A8A8A. Windows color (decimal): -9730564 or 16549227. OLE color: 16549227.
HSL color Cylindrical-coordinate representation of color #6B85FC: hue angle of 229.24º 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 #6B85FC is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 133 | 252 | - |
| CMYK | 0.58 | 0.47 | 0 | 0.01 |
| HSL | 229.24º | 0.96% | 0.7% | - |
| HSV(B) | 229.24º | 0.58% | 0.99% | - |
| XYZ | 32.02 | 26.93 | 95.61 | - |
| YUV | 138.79 | 191.89 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 133 | 252 | 0.58 | 0.47 | 0 | 0.01 | 229.24 | 0.96 | 0.7 |
| Hex | 6B | 85 | FC | 3A | 2F | 0 | 1 | E5 | 60 | 46 |
| Octal | 153 | 205 | 374 | 72 | 57 | 0 | 1 | 345 | 140 | 106 |
| Binary | 1101011 | 10000101 | 11111100 | 111010 | 101111 | 0 | 1 | 11100101 | 1100000 | 1000110 |
Color Harmonies of #6B85FC
Complementary color
Monochromatic Colors of #6B85FC
Black with #6B85FC
Text Example
Text Example
White with #6B85FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B85FC; }
p { color: rgb(107,133,252); }
H1.HeaderClassName
{
color: #6B85FC;
}
.AnyTagClassName
{
color: #6B85FC;
}
</style>
background-color css
<style>
a { background-color: #6B85FC; }
a { background-color: rgb(107,133,252); }
div.DivClassName
{
background-color: #6B85FC;
}
.BgClassName
{
background-color: #6B85FC;
}
</style>
border-color css
<style>
span { border-color: #6B85FC; }
span { border-color: rgb(107,133,252); }
td.TdClassName
{
border-color: #6B85FC;
}
.TagClassName
{
border-color: #6B85FC;
}
</style>