Shades of Cornflower Blue #6786FB
Tints of Cornflower Blue #6786FB
RGB
CMYK
RGB Variations
Color information
#6786FB (or 0x6786FB) is known color: Cornflower Blue. HEX triplet: 67, 86 and FB. RGB value is (103,134,251). Sum of RGB (Red+Green+Blue) = 103+134+251=488 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.11% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #6786FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6786FB is #987904. Grayscale: #898989. Windows color (decimal): -9992453 or 16483943. OLE color: 16483943.
HSL color Cylindrical-coordinate representation of color #6786FB: hue angle of 227.43º degrees, saturation: 0.95, 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 #6786FB is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 134 | 251 | - |
| CMYK | 0.59 | 0.47 | 0 | 0.02 |
| HSL | 227.43º | 0.95% | 0.69% | - |
| HSV(B) | 227.43º | 0.59% | 0.98% | - |
| XYZ | 31.53 | 26.9 | 94.8 | - |
| YUV | 138.07 | 191.73 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 134 | 251 | 0.59 | 0.47 | 0 | 0.02 | 227.43 | 0.95 | 0.69 |
| Hex | 67 | 86 | FB | 3B | 2F | 0 | 2 | E3 | 5F | 45 |
| Octal | 147 | 206 | 373 | 73 | 57 | 0 | 2 | 343 | 137 | 105 |
| Binary | 1100111 | 10000110 | 11111011 | 111011 | 101111 | 0 | 10 | 11100011 | 1011111 | 1000101 |
Color Harmonies of #6786FB
Complementary color
Monochromatic Colors of #6786FB
Black with #6786FB
Text Example
Text Example
White with #6786FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6786FB; }
p { color: rgb(103,134,251); }
H1.HeaderClassName
{
color: #6786FB;
}
.AnyTagClassName
{
color: #6786FB;
}
</style>
background-color css
<style>
a { background-color: #6786FB; }
a { background-color: rgb(103,134,251); }
div.DivClassName
{
background-color: #6786FB;
}
.BgClassName
{
background-color: #6786FB;
}
</style>
border-color css
<style>
span { border-color: #6786FB; }
span { border-color: rgb(103,134,251); }
td.TdClassName
{
border-color: #6786FB;
}
.TagClassName
{
border-color: #6786FB;
}
</style>