Shades of Wild Blue Yonder #6D87CF
Tints of Wild Blue Yonder #6D87CF
RGB
CMYK
RGB Variations
Color information
#6D87CF (or 0x6D87CF) is known color: Wild Blue Yonder. HEX triplet: 6D, 87 and CF. RGB value is (109,135,207). Sum of RGB (Red+Green+Blue) = 109+135+207=451 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.17% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D87CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D87CF is #927830. Grayscale: #878787. Windows color (decimal): -9599025 or 13600621. OLE color: 13600621.
HSL color Cylindrical-coordinate representation of color #6D87CF: hue angle of 224.08º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D87CF is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 135 | 207 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.19 |
| HSL | 224.08º | 0.51% | 0.62% | - |
| HSV(B) | 224.08º | 0.47% | 0.81% | - |
| XYZ | 26.23 | 25.08 | 62.49 | - |
| YUV | 135.43 | 168.39 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 135 | 207 | 0.47 | 0.35 | 0 | 0.19 | 224.08 | 0.51 | 0.62 |
| Hex | 6D | 87 | CF | 2F | 23 | 0 | 13 | E0 | 33 | 3E |
| Octal | 155 | 207 | 317 | 57 | 43 | 0 | 23 | 340 | 63 | 76 |
| Binary | 1101101 | 10000111 | 11001111 | 101111 | 100011 | 0 | 10011 | 11100000 | 110011 | 111110 |
Color Harmonies of #6D87CF
Complementary color
Monochromatic Colors of #6D87CF
Black with #6D87CF
Text Example
Text Example
White with #6D87CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D87CF; }
p { color: rgb(109,135,207); }
H1.HeaderClassName
{
color: #6D87CF;
}
.AnyTagClassName
{
color: #6D87CF;
}
</style>
background-color css
<style>
a { background-color: #6D87CF; }
a { background-color: rgb(109,135,207); }
div.DivClassName
{
background-color: #6D87CF;
}
.BgClassName
{
background-color: #6D87CF;
}
</style>
border-color css
<style>
span { border-color: #6D87CF; }
span { border-color: rgb(109,135,207); }
td.TdClassName
{
border-color: #6D87CF;
}
.TagClassName
{
border-color: #6D87CF;
}
</style>