Shades of Cornflower Blue #6881DA
Tints of Cornflower Blue #6881DA
RGB
CMYK
RGB Variations
Color information
#6881DA (or 0x6881DA) is known color: Cornflower Blue. HEX triplet: 68, 81 and DA. RGB value is (104,129,218). Sum of RGB (Red+Green+Blue) = 104+129+218=451 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.06% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #6881DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6881DA is #977E25. Grayscale: #838383. Windows color (decimal): -9928230 or 14319976. OLE color: 14319976.
HSL color Cylindrical-coordinate representation of color #6881DA: hue angle of 226.84º degrees, saturation: 0.61, 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 #6881DA is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 129 | 218 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.15 |
| HSL | 226.84º | 0.61% | 0.63% | - |
| HSV(B) | 226.84º | 0.52% | 0.85% | - |
| XYZ | 26.21 | 23.71 | 69.52 | - |
| YUV | 131.67 | 176.72 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 129 | 218 | 0.52 | 0.41 | 0 | 0.15 | 226.84 | 0.61 | 0.63 |
| Hex | 68 | 81 | DA | 34 | 29 | 0 | F | E3 | 3D | 3F |
| Octal | 150 | 201 | 332 | 64 | 51 | 0 | 17 | 343 | 75 | 77 |
| Binary | 1101000 | 10000001 | 11011010 | 110100 | 101001 | 0 | 1111 | 11100011 | 111101 | 111111 |
Color Harmonies of #6881DA
Complementary color
Monochromatic Colors of #6881DA
Black with #6881DA
Text Example
Text Example
White with #6881DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6881DA; }
p { color: rgb(104,129,218); }
H1.HeaderClassName
{
color: #6881DA;
}
.AnyTagClassName
{
color: #6881DA;
}
</style>
background-color css
<style>
a { background-color: #6881DA; }
a { background-color: rgb(104,129,218); }
div.DivClassName
{
background-color: #6881DA;
}
.BgClassName
{
background-color: #6881DA;
}
</style>
border-color css
<style>
span { border-color: #6881DA; }
span { border-color: rgb(104,129,218); }
td.TdClassName
{
border-color: #6881DA;
}
.TagClassName
{
border-color: #6881DA;
}
</style>