Shades of Wild Blue Yonder #687FBA
Tints of Wild Blue Yonder #687FBA
RGB
CMYK
RGB Variations
Color information
#687FBA (or 0x687FBA) is known color: Wild Blue Yonder. HEX triplet: 68, 7F and BA. RGB value is (104,127,186). Sum of RGB (Red+Green+Blue) = 104+127+186=417 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.94% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #687FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687FBA is #978045. Grayscale: #7E7E7E. Windows color (decimal): -9928774 or 12222312. OLE color: 12222312.
HSL color Cylindrical-coordinate representation of color #687FBA: hue angle of 223.17º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #687FBA is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 127 | 186 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.27 |
| HSL | 223.17º | 0.37% | 0.57% | - |
| HSV(B) | 223.17º | 0.44% | 0.73% | - |
| XYZ | 22.16 | 21.67 | 49.47 | - |
| YUV | 126.85 | 161.38 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 127 | 186 | 0.44 | 0.32 | 0 | 0.27 | 223.17 | 0.37 | 0.57 |
| Hex | 68 | 7F | BA | 2C | 20 | 0 | 1B | DF | 25 | 39 |
| Octal | 150 | 177 | 272 | 54 | 40 | 0 | 33 | 337 | 45 | 71 |
| Binary | 1101000 | 1111111 | 10111010 | 101100 | 100000 | 0 | 11011 | 11011111 | 100101 | 111001 |
Color Harmonies of #687FBA
Complementary color
Monochromatic Colors of #687FBA
Black with #687FBA
Text Example
Text Example
White with #687FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687FBA; }
p { color: rgb(104,127,186); }
H1.HeaderClassName
{
color: #687FBA;
}
.AnyTagClassName
{
color: #687FBA;
}
</style>
background-color css
<style>
a { background-color: #687FBA; }
a { background-color: rgb(104,127,186); }
div.DivClassName
{
background-color: #687FBA;
}
.BgClassName
{
background-color: #687FBA;
}
</style>
border-color css
<style>
span { border-color: #687FBA; }
span { border-color: rgb(104,127,186); }
td.TdClassName
{
border-color: #687FBA;
}
.TagClassName
{
border-color: #687FBA;
}
</style>