Shades of Cornflower Blue #6786FA
Tints of Cornflower Blue #6786FA
RGB
CMYK
RGB Variations
Color information
#6786FA (or 0x6786FA) is known color: Cornflower Blue. HEX triplet: 67, 86 and FA. RGB value is (103,134,250). Sum of RGB (Red+Green+Blue) = 103+134+250=487 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.15% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #6786FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6786FA is #987905. Grayscale: #898989. Windows color (decimal): -9992454 or 16418407. OLE color: 16418407.
HSL color Cylindrical-coordinate representation of color #6786FA: hue angle of 227.35º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6786FA is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 134 | 250 | - |
| CMYK | 0.59 | 0.46 | 0 | 0.02 |
| HSL | 227.35º | 0.94% | 0.69% | - |
| HSV(B) | 227.35º | 0.59% | 0.98% | - |
| XYZ | 31.37 | 26.84 | 93.97 | - |
| YUV | 137.96 | 191.23 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 134 | 250 | 0.59 | 0.46 | 0 | 0.02 | 227.35 | 0.94 | 0.69 |
| Hex | 67 | 86 | FA | 3B | 2E | 0 | 2 | E3 | 5E | 45 |
| Octal | 147 | 206 | 372 | 73 | 56 | 0 | 2 | 343 | 136 | 105 |
| Binary | 1100111 | 10000110 | 11111010 | 111011 | 101110 | 0 | 10 | 11100011 | 1011110 | 1000101 |
Color Harmonies of #6786FA
Complementary color
Monochromatic Colors of #6786FA
Black with #6786FA
Text Example
Text Example
White with #6786FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6786FA; }
p { color: rgb(103,134,250); }
H1.HeaderClassName
{
color: #6786FA;
}
.AnyTagClassName
{
color: #6786FA;
}
</style>
background-color css
<style>
a { background-color: #6786FA; }
a { background-color: rgb(103,134,250); }
div.DivClassName
{
background-color: #6786FA;
}
.BgClassName
{
background-color: #6786FA;
}
</style>
border-color css
<style>
span { border-color: #6786FA; }
span { border-color: rgb(103,134,250); }
td.TdClassName
{
border-color: #6786FA;
}
.TagClassName
{
border-color: #6786FA;
}
</style>