Shades of Cornflower Blue #6781D8
Tints of Cornflower Blue #6781D8
RGB
CMYK
RGB Variations
Color information
#6781D8 (or 0x6781D8) is known color: Cornflower Blue. HEX triplet: 67, 81 and D8. RGB value is (103,129,216). Sum of RGB (Red+Green+Blue) = 103+129+216=448 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.99% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 216 (84.77% from 255 or 48.21% from 448); Max value from RGB is 216 - color contains mainly: blue. Hex color #6781D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6781D8 is #987E27. Grayscale: #828282. Windows color (decimal): -9993768 or 14188903. OLE color: 14188903.
HSL color Cylindrical-coordinate representation of color #6781D8: hue angle of 226.19º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6781D8 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 129 | 216 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.15 |
| HSL | 226.19º | 0.59% | 0.63% | - |
| HSV(B) | 226.19º | 0.52% | 0.85% | - |
| XYZ | 25.84 | 23.54 | 68.15 | - |
| YUV | 131.14 | 175.89 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 129 | 216 | 0.52 | 0.40 | 0 | 0.15 | 226.19 | 0.59 | 0.63 |
| Hex | 67 | 81 | D8 | 34 | 28 | 0 | F | E2 | 3B | 3F |
| Octal | 147 | 201 | 330 | 64 | 50 | 0 | 17 | 342 | 73 | 77 |
| Binary | 1100111 | 10000001 | 11011000 | 110100 | 101000 | 0 | 1111 | 11100010 | 111011 | 111111 |
Color Harmonies of #6781D8
Complementary color
Monochromatic Colors of #6781D8
Black with #6781D8
Text Example
Text Example
White with #6781D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6781D8; }
p { color: rgb(103,129,216); }
H1.HeaderClassName
{
color: #6781D8;
}
.AnyTagClassName
{
color: #6781D8;
}
</style>
background-color css
<style>
a { background-color: #6781D8; }
a { background-color: rgb(103,129,216); }
div.DivClassName
{
background-color: #6781D8;
}
.BgClassName
{
background-color: #6781D8;
}
</style>
border-color css
<style>
span { border-color: #6781D8; }
span { border-color: rgb(103,129,216); }
td.TdClassName
{
border-color: #6781D8;
}
.TagClassName
{
border-color: #6781D8;
}
</style>