Shades of Cornflower Blue #6788DC
Tints of Cornflower Blue #6788DC
RGB
CMYK
RGB Variations
Color information
#6788DC (or 0x6788DC) is known color: Cornflower Blue. HEX triplet: 67, 88 and DC. RGB value is (103,136,220). Sum of RGB (Red+Green+Blue) = 103+136+220=459 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.44% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #6788DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6788DC is #987723. Grayscale: #878787. Windows color (decimal): -9991972 or 14452839. OLE color: 14452839.
HSL color Cylindrical-coordinate representation of color #6788DC: hue angle of 223.08º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6788DC is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 136 | 220 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.14 |
| HSL | 223.08º | 0.63% | 0.63% | - |
| HSV(B) | 223.08º | 0.53% | 0.86% | - |
| XYZ | 27.32 | 25.66 | 71.22 | - |
| YUV | 135.71 | 175.57 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 136 | 220 | 0.53 | 0.38 | 0 | 0.14 | 223.08 | 0.63 | 0.63 |
| Hex | 67 | 88 | DC | 35 | 26 | 0 | E | DF | 3F | 3F |
| Octal | 147 | 210 | 334 | 65 | 46 | 0 | 16 | 337 | 77 | 77 |
| Binary | 1100111 | 10001000 | 11011100 | 110101 | 100110 | 0 | 1110 | 11011111 | 111111 | 111111 |
Color Harmonies of #6788DC
Complementary color
Monochromatic Colors of #6788DC
Black with #6788DC
Text Example
Text Example
White with #6788DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6788DC; }
p { color: rgb(103,136,220); }
H1.HeaderClassName
{
color: #6788DC;
}
.AnyTagClassName
{
color: #6788DC;
}
</style>
background-color css
<style>
a { background-color: #6788DC; }
a { background-color: rgb(103,136,220); }
div.DivClassName
{
background-color: #6788DC;
}
.BgClassName
{
background-color: #6788DC;
}
</style>
border-color css
<style>
span { border-color: #6788DC; }
span { border-color: rgb(103,136,220); }
td.TdClassName
{
border-color: #6788DC;
}
.TagClassName
{
border-color: #6788DC;
}
</style>