Shades of Cornflower Blue #6883F3
Tints of Cornflower Blue #6883F3
RGB
CMYK
RGB Variations
Color information
#6883F3 (or 0x6883F3) is known color: Cornflower Blue. HEX triplet: 68, 83 and F3. RGB value is (104,131,243). Sum of RGB (Red+Green+Blue) = 104+131+243=478 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.76% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 243 (95.31% from 255 or 50.84% from 478); Max value from RGB is 243 - color contains mainly: blue. Hex color #6883F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6883F3 is #977C0C. Grayscale: #878787. Windows color (decimal): -9927693 or 15958888. OLE color: 15958888.
HSL color Cylindrical-coordinate representation of color #6883F3: hue angle of 228.35º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6883F3 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 131 | 243 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.05 |
| HSL | 228.35º | 0.85% | 0.68% | - |
| HSV(B) | 228.35º | 0.57% | 0.95% | - |
| XYZ | 30 | 25.65 | 88.16 | - |
| YUV | 135.7 | 188.55 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 131 | 243 | 0.57 | 0.46 | 0 | 0.05 | 228.35 | 0.85 | 0.68 |
| Hex | 68 | 83 | F3 | 39 | 2E | 0 | 5 | E4 | 55 | 44 |
| Octal | 150 | 203 | 363 | 71 | 56 | 0 | 5 | 344 | 125 | 104 |
| Binary | 1101000 | 10000011 | 11110011 | 111001 | 101110 | 0 | 101 | 11100100 | 1010101 | 1000100 |
Color Harmonies of #6883F3
Complementary color
Monochromatic Colors of #6883F3
Black with #6883F3
Text Example
Text Example
White with #6883F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6883F3; }
p { color: rgb(104,131,243); }
H1.HeaderClassName
{
color: #6883F3;
}
.AnyTagClassName
{
color: #6883F3;
}
</style>
background-color css
<style>
a { background-color: #6883F3; }
a { background-color: rgb(104,131,243); }
div.DivClassName
{
background-color: #6883F3;
}
.BgClassName
{
background-color: #6883F3;
}
</style>
border-color css
<style>
span { border-color: #6883F3; }
span { border-color: rgb(104,131,243); }
td.TdClassName
{
border-color: #6883F3;
}
.TagClassName
{
border-color: #6883F3;
}
</style>