Shades of Cornflower Blue #6883F6
Tints of Cornflower Blue #6883F6
RGB
CMYK
RGB Variations
Color information
#6883F6 (or 0x6883F6) is known color: Cornflower Blue. HEX triplet: 68, 83 and F6. RGB value is (104,131,246). Sum of RGB (Red+Green+Blue) = 104+131+246=481 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.62% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 246 (96.48% from 255 or 51.14% from 481); Max value from RGB is 246 - color contains mainly: blue. Hex color #6883F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6883F6 is #977C09. Grayscale: #878787. Windows color (decimal): -9927690 or 16155496. OLE color: 16155496.
HSL color Cylindrical-coordinate representation of color #6883F6: hue angle of 228.59º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6883F6 is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 131 | 246 | - |
| CMYK | 0.58 | 0.47 | 0 | 0.04 |
| HSL | 228.59º | 0.89% | 0.69% | - |
| HSV(B) | 228.59º | 0.58% | 0.96% | - |
| XYZ | 30.46 | 25.83 | 90.57 | - |
| YUV | 136.04 | 190.05 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 131 | 246 | 0.58 | 0.47 | 0 | 0.04 | 228.59 | 0.89 | 0.69 |
| Hex | 68 | 83 | F6 | 3A | 2F | 0 | 4 | E5 | 59 | 45 |
| Octal | 150 | 203 | 366 | 72 | 57 | 0 | 4 | 345 | 131 | 105 |
| Binary | 1101000 | 10000011 | 11110110 | 111010 | 101111 | 0 | 100 | 11100101 | 1011001 | 1000101 |
Color Harmonies of #6883F6
Complementary color
Monochromatic Colors of #6883F6
Black with #6883F6
Text Example
Text Example
White with #6883F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6883F6; }
p { color: rgb(104,131,246); }
H1.HeaderClassName
{
color: #6883F6;
}
.AnyTagClassName
{
color: #6883F6;
}
</style>
background-color css
<style>
a { background-color: #6883F6; }
a { background-color: rgb(104,131,246); }
div.DivClassName
{
background-color: #6883F6;
}
.BgClassName
{
background-color: #6883F6;
}
</style>
border-color css
<style>
span { border-color: #6883F6; }
span { border-color: rgb(104,131,246); }
td.TdClassName
{
border-color: #6883F6;
}
.TagClassName
{
border-color: #6883F6;
}
</style>