Shades of Cornflower Blue #6786D7
Tints of Cornflower Blue #6786D7
RGB
CMYK
RGB Variations
Color information
#6786D7 (or 0x6786D7) is known color: Cornflower Blue. HEX triplet: 67, 86 and D7. RGB value is (103,134,215). Sum of RGB (Red+Green+Blue) = 103+134+215=452 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.79% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 215 (84.38% from 255 or 47.57% from 452); Max value from RGB is 215 - color contains mainly: blue. Hex color #6786D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6786D7 is #987928. Grayscale: #858585. Windows color (decimal): -9992489 or 14124647. OLE color: 14124647.
HSL color Cylindrical-coordinate representation of color #6786D7: hue angle of 223.39º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6786D7 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 134 | 215 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.16 |
| HSL | 223.39º | 0.58% | 0.62% | - |
| HSV(B) | 223.39º | 0.52% | 0.84% | - |
| XYZ | 26.38 | 24.84 | 67.69 | - |
| YUV | 133.97 | 173.73 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 134 | 215 | 0.52 | 0.38 | 0 | 0.16 | 223.39 | 0.58 | 0.62 |
| Hex | 67 | 86 | D7 | 34 | 26 | 0 | 10 | DF | 3A | 3E |
| Octal | 147 | 206 | 327 | 64 | 46 | 0 | 20 | 337 | 72 | 76 |
| Binary | 1100111 | 10000110 | 11010111 | 110100 | 100110 | 0 | 10000 | 11011111 | 111010 | 111110 |
Color Harmonies of #6786D7
Complementary color
Monochromatic Colors of #6786D7
Black with #6786D7
Text Example
Text Example
White with #6786D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6786D7; }
p { color: rgb(103,134,215); }
H1.HeaderClassName
{
color: #6786D7;
}
.AnyTagClassName
{
color: #6786D7;
}
</style>
background-color css
<style>
a { background-color: #6786D7; }
a { background-color: rgb(103,134,215); }
div.DivClassName
{
background-color: #6786D7;
}
.BgClassName
{
background-color: #6786D7;
}
</style>
border-color css
<style>
span { border-color: #6786D7; }
span { border-color: rgb(103,134,215); }
td.TdClassName
{
border-color: #6786D7;
}
.TagClassName
{
border-color: #6786D7;
}
</style>