Shades of Cornflower Blue #6883FD
Tints of Cornflower Blue #6883FD
RGB
CMYK
RGB Variations
Color information
#6883FD (or 0x6883FD) is known color: Cornflower Blue. HEX triplet: 68, 83 and FD. RGB value is (104,131,253). Sum of RGB (Red+Green+Blue) = 104+131+253=488 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.31% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #6883FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6883FD is #977C02. Grayscale: #888888. Windows color (decimal): -9927683 or 16614248. OLE color: 16614248.
HSL color Cylindrical-coordinate representation of color #6883FD: hue angle of 229.13º 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 #6883FD is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 131 | 253 | - |
| CMYK | 0.59 | 0.48 | 0 | 0.01 |
| HSL | 229.13º | 0.97% | 0.7% | - |
| HSV(B) | 229.13º | 0.59% | 0.99% | - |
| XYZ | 31.55 | 26.27 | 96.34 | - |
| YUV | 136.84 | 193.55 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 131 | 253 | 0.59 | 0.48 | 0 | 0.01 | 229.13 | 0.97 | 0.7 |
| Hex | 68 | 83 | FD | 3B | 30 | 0 | 1 | E5 | 61 | 46 |
| Octal | 150 | 203 | 375 | 73 | 60 | 0 | 1 | 345 | 141 | 106 |
| Binary | 1101000 | 10000011 | 11111101 | 111011 | 110000 | 0 | 1 | 11100101 | 1100001 | 1000110 |
Color Harmonies of #6883FD
Complementary color
Monochromatic Colors of #6883FD
Black with #6883FD
Text Example
Text Example
White with #6883FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6883FD; }
p { color: rgb(104,131,253); }
H1.HeaderClassName
{
color: #6883FD;
}
.AnyTagClassName
{
color: #6883FD;
}
</style>
background-color css
<style>
a { background-color: #6883FD; }
a { background-color: rgb(104,131,253); }
div.DivClassName
{
background-color: #6883FD;
}
.BgClassName
{
background-color: #6883FD;
}
</style>
border-color css
<style>
span { border-color: #6883FD; }
span { border-color: rgb(104,131,253); }
td.TdClassName
{
border-color: #6883FD;
}
.TagClassName
{
border-color: #6883FD;
}
</style>