Shades of Cornflower Blue #6887E5
Tints of Cornflower Blue #6887E5
RGB
CMYK
RGB Variations
Color information
#6887E5 (or 0x6887E5) is known color: Cornflower Blue. HEX triplet: 68, 87 and E5. RGB value is (104,135,229). Sum of RGB (Red+Green+Blue) = 104+135+229=468 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.22% from 468); Green value is 135 (53.12% from 255 or 28.85% from 468); Blue value is 229 (89.84% from 255 or 48.93% from 468); Max value from RGB is 229 - color contains mainly: blue. Hex color #6887E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6887E5 is #97781A. Grayscale: #888888. Windows color (decimal): -9926683 or 15042408. OLE color: 15042408.
HSL color Cylindrical-coordinate representation of color #6887E5: hue angle of 225.12º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6887E5 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 135 | 229 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.10 |
| HSL | 225.12º | 0.71% | 0.65% | - |
| HSV(B) | 225.12º | 0.55% | 0.9% | - |
| XYZ | 28.52 | 25.93 | 77.63 | - |
| YUV | 136.45 | 180.23 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 229 | 0.55 | 0.41 | 0 | 0.10 | 225.12 | 0.71 | 0.65 |
| Hex | 68 | 87 | E5 | 37 | 29 | 0 | A | E1 | 47 | 41 |
| Octal | 150 | 207 | 345 | 67 | 51 | 0 | 12 | 341 | 107 | 101 |
| Binary | 1101000 | 10000111 | 11100101 | 110111 | 101001 | 0 | 1010 | 11100001 | 1000111 | 1000001 |
Color Harmonies of #6887E5
Complementary color
Monochromatic Colors of #6887E5
Black with #6887E5
Text Example
Text Example
White with #6887E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6887E5; }
p { color: rgb(104,135,229); }
H1.HeaderClassName
{
color: #6887E5;
}
.AnyTagClassName
{
color: #6887E5;
}
</style>
background-color css
<style>
a { background-color: #6887E5; }
a { background-color: rgb(104,135,229); }
div.DivClassName
{
background-color: #6887E5;
}
.BgClassName
{
background-color: #6887E5;
}
</style>
border-color css
<style>
span { border-color: #6887E5; }
span { border-color: rgb(104,135,229); }
td.TdClassName
{
border-color: #6887E5;
}
.TagClassName
{
border-color: #6887E5;
}
</style>