Shades of Cornflower Blue #6786EF
Tints of Cornflower Blue #6786EF
RGB
CMYK
RGB Variations
Color information
#6786EF (or 0x6786EF) is known color: Cornflower Blue. HEX triplet: 67, 86 and EF. RGB value is (103,134,239). Sum of RGB (Red+Green+Blue) = 103+134+239=476 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.64% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #6786EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6786EF is #987910. Grayscale: #888888. Windows color (decimal): -9992465 or 15697511. OLE color: 15697511.
HSL color Cylindrical-coordinate representation of color #6786EF: hue angle of 226.32º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6786EF is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 134 | 239 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.06 |
| HSL | 226.32º | 0.81% | 0.67% | - |
| HSV(B) | 226.32º | 0.57% | 0.94% | - |
| XYZ | 29.7 | 26.17 | 85.15 | - |
| YUV | 136.7 | 185.73 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 134 | 239 | 0.57 | 0.44 | 0 | 0.06 | 226.32 | 0.81 | 0.67 |
| Hex | 67 | 86 | EF | 39 | 2C | 0 | 6 | E2 | 51 | 43 |
| Octal | 147 | 206 | 357 | 71 | 54 | 0 | 6 | 342 | 121 | 103 |
| Binary | 1100111 | 10000110 | 11101111 | 111001 | 101100 | 0 | 110 | 11100010 | 1010001 | 1000011 |
Color Harmonies of #6786EF
Complementary color
Monochromatic Colors of #6786EF
Black with #6786EF
Text Example
Text Example
White with #6786EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6786EF; }
p { color: rgb(103,134,239); }
H1.HeaderClassName
{
color: #6786EF;
}
.AnyTagClassName
{
color: #6786EF;
}
</style>
background-color css
<style>
a { background-color: #6786EF; }
a { background-color: rgb(103,134,239); }
div.DivClassName
{
background-color: #6786EF;
}
.BgClassName
{
background-color: #6786EF;
}
</style>
border-color css
<style>
span { border-color: #6786EF; }
span { border-color: rgb(103,134,239); }
td.TdClassName
{
border-color: #6786EF;
}
.TagClassName
{
border-color: #6786EF;
}
</style>