Shades of Cornflower Blue #6885FD
Tints of Cornflower Blue #6885FD
RGB
CMYK
RGB Variations
Color information
#6885FD (or 0x6885FD) is known color: Cornflower Blue. HEX triplet: 68, 85 and FD. RGB value is (104,133,253). Sum of RGB (Red+Green+Blue) = 104+133+253=490 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.22% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #6885FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6885FD is #977A02. Grayscale: #898989. Windows color (decimal): -9927171 or 16614760. OLE color: 16614760.
HSL color Cylindrical-coordinate representation of color #6885FD: hue angle of 228.32º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6885FD is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 133 | 253 | - |
| CMYK | 0.59 | 0.47 | 0 | 0.01 |
| HSL | 228.32º | 0.97% | 0.7% | - |
| HSV(B) | 228.32º | 0.59% | 0.99% | - |
| XYZ | 31.83 | 26.81 | 96.43 | - |
| YUV | 138.01 | 192.89 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 133 | 253 | 0.59 | 0.47 | 0 | 0.01 | 228.32 | 0.97 | 0.7 |
| Hex | 68 | 85 | FD | 3B | 2F | 0 | 1 | E4 | 61 | 46 |
| Octal | 150 | 205 | 375 | 73 | 57 | 0 | 1 | 344 | 141 | 106 |
| Binary | 1101000 | 10000101 | 11111101 | 111011 | 101111 | 0 | 1 | 11100100 | 1100001 | 1000110 |
Color Harmonies of #6885FD
Complementary color
Monochromatic Colors of #6885FD
Black with #6885FD
Text Example
Text Example
White with #6885FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6885FD; }
p { color: rgb(104,133,253); }
H1.HeaderClassName
{
color: #6885FD;
}
.AnyTagClassName
{
color: #6885FD;
}
</style>
background-color css
<style>
a { background-color: #6885FD; }
a { background-color: rgb(104,133,253); }
div.DivClassName
{
background-color: #6885FD;
}
.BgClassName
{
background-color: #6885FD;
}
</style>
border-color css
<style>
span { border-color: #6885FD; }
span { border-color: rgb(104,133,253); }
td.TdClassName
{
border-color: #6885FD;
}
.TagClassName
{
border-color: #6885FD;
}
</style>