Shades of Cornflower Blue #6887DA
Tints of Cornflower Blue #6887DA
RGB
CMYK
RGB Variations
Color information
#6887DA (or 0x6887DA) is known color: Cornflower Blue. HEX triplet: 68, 87 and DA. RGB value is (104,135,218). Sum of RGB (Red+Green+Blue) = 104+135+218=457 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.76% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #6887DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6887DA is #977825. Grayscale: #868686. Windows color (decimal): -9926694 or 14321512. OLE color: 14321512.
HSL color Cylindrical-coordinate representation of color #6887DA: hue angle of 223.68º 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 #6887DA is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 135 | 218 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.15 |
| HSL | 223.68º | 0.61% | 0.63% | - |
| HSV(B) | 223.68º | 0.52% | 0.85% | - |
| XYZ | 27.03 | 25.33 | 69.79 | - |
| YUV | 135.19 | 174.73 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 218 | 0.52 | 0.38 | 0 | 0.15 | 223.68 | 0.61 | 0.63 |
| Hex | 68 | 87 | DA | 34 | 26 | 0 | F | E0 | 3D | 3F |
| Octal | 150 | 207 | 332 | 64 | 46 | 0 | 17 | 340 | 75 | 77 |
| Binary | 1101000 | 10000111 | 11011010 | 110100 | 100110 | 0 | 1111 | 11100000 | 111101 | 111111 |
Color Harmonies of #6887DA
Complementary color
Monochromatic Colors of #6887DA
Black with #6887DA
Text Example
Text Example
White with #6887DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6887DA; }
p { color: rgb(104,135,218); }
H1.HeaderClassName
{
color: #6887DA;
}
.AnyTagClassName
{
color: #6887DA;
}
</style>
background-color css
<style>
a { background-color: #6887DA; }
a { background-color: rgb(104,135,218); }
div.DivClassName
{
background-color: #6887DA;
}
.BgClassName
{
background-color: #6887DA;
}
</style>
border-color css
<style>
span { border-color: #6887DA; }
span { border-color: rgb(104,135,218); }
td.TdClassName
{
border-color: #6887DA;
}
.TagClassName
{
border-color: #6887DA;
}
</style>